Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bhewi
  • Order by date
  1. bhewi

    Multi Select not sending all selected items to DB

    Nope, I did a work around involving 5 drop down boxes. I just finally gave up on it. If you need anything let me know, I'll help out best I can. Bryon
  2. bhewi

    How do I keep secure files for download off the web server?

    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...
  3. bhewi

    Multi Select not sending all selected items to DB

    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
  4. bhewi

    Multi Select not sending all selected items to DB

    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...
  5. bhewi

    Multi Select not sending all selected items to DB

    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...
  6. bhewi

    Multi Select not sending all selected items to DB

    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...
  7. bhewi

    Multi Select not sending all selected items to DB

    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.
  8. bhewi

    Multi Select not sending all selected items to DB

    Line 70 is this: For i=1 To Request("UserName").Count I am making the test page right now as well.
  9. bhewi

    Multi Select not sending all selected items to DB

    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
  10. bhewi

    Multi Select not sending all selected items to DB

    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
  11. bhewi

    File Upload

    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
  12. bhewi

    Multi Select not sending all selected items to DB

    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...

Part and Inventory Search

Back
Top