AspSimpleUpload Component
-
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.”
-
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.”
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.'