Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. AspSimpleUpload Component

AspSimpleUpload Component

Scheduled Pinned Locked Moved Web Development
sysadmintoolshelpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    saini arun
    wrote on last edited by
    #1

    Hi, I am not sure whether it is the right forum to ask classic ASP questions. Please correct me if I am in the wrong place. I am working on a project written in classic asp script. It is using AspSimpleUpload component to upload files on the server. I also have a control in the form with "multiple" enabled. The problem I am facing is when user clicks on submit button, I want to fetch each selected item from "" control, it always returns the top most item from the selected items. The code I am trying is.... ---------------------------------------------------------- Set Upload = Server.CreateObject("ASPSimpleUpload.Upload") arr=split(Upload.form("Preferred_Location"), ",") <-- preferred_location is the select control for each item in arr response.write(item) next ---------------------------------------------------------- But above code always returns the top most item from the multiple selected items. What should I do now...?

    “The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep.”

    S 1 Reply Last reply
    0
    • S saini arun

      Hi, I am not sure whether it is the right forum to ask classic ASP questions. Please correct me if I am in the wrong place. I am working on a project written in classic asp script. It is using AspSimpleUpload component to upload files on the server. I also have a control in the form with "multiple" enabled. The problem I am facing is when user clicks on submit button, I want to fetch each selected item from "" control, it always returns the top most item from the selected items. The code I am trying is.... ---------------------------------------------------------- Set Upload = Server.CreateObject("ASPSimpleUpload.Upload") arr=split(Upload.form("Preferred_Location"), ",") <-- preferred_location is the select control for each item in arr response.write(item) next ---------------------------------------------------------- But above code always returns the top most item from the multiple selected items. What should I do now...?

      “The woods are lovely, dark and deep. But I have promises to keep, and miles to go before I sleep.”

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #2

      LucknowRockers wrote:

      I am not sure whether it is the right forum to ask classic ASP questions.

      It isn't. We're all thoroughly sick of ASP. ;) You could try the ASP.NET forum, but no promises.

      Citizen 20.1.01

      'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups