I don't know how much code you have written already but this is the exact same project I'm working on right now. I am using SSL on the web server and the ASPUpload component for the rest. It uses an access database. Using a DSN I have put the database on another server in a different zone on...
Does the FAQ entitled "Linked List Boxes without Reloading Page" have an example or the code needed to loop through the selected items in the multiselect list? I'm having some difficult finding something out there like this.
Bryon
Awww....Now I see what Shaddow was saying. I used the following code to see what was being returned. When I did that I saw that it is only submitting the first one on the multiple select list, Which means if I select two it is ignoring the second one as if I didn't upload anything to that...
Shaddow,
I tried what you said and it uploaded just the file, file name, and file size. It also just printed the Description and username to the results page. I used this code:
rs.AddNew
rs("image_blob") = File.Binary
rs("filename") = File.FileName...
I tried to dumb down the form a bit and try your Michael's test code but I ended up with an older problem I was having yesterday. So I'll go back to the one I was working on earlier this morning. Which brings me back to the same problem I was having earlier which is:
It is only uploading the...
Simon,
Here is what it said when I used the UploadFormRequest:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'UploadFormRequest'
/xtransfer2/ado_upload.asp, line 64
Michael,
I did your test code and it gave me an idea .... I'm going to tweak it a little and try something.
I am getting this error message after submitting the form. Any clue what it means?
Request object error 'ASP 0208 : 80004005'
Cannot use generic Request collection
/xtransfer2/ado_upload.asp, line 70
Cannot use the generic Request collection after calling BinaryRead
Where does that code need to go though. I think I understand what it does but I guess I'm not real clear on where it goes and in which page. Thanks for any help you can offer.
Bryon
I use ASPUpload and although I love it's flexibility, the documentation is kind of weak for someone with little programming experience. WebExplorer is another one that I was looking at which looked pretty good as well.
Bryon
I have a multi select form that retrieves a list of users from a database and upon clicking on them moves them from the left box to the right box. I then want to upload a file and a description of the file up to the database (access) for each user. I have everything working except when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.