Specify ASPUpload upload folder in form
Is it possible to use ASPUpload and specify the upload folder in the form?
For example: I have the form laid out which has a dropdown listbox populated with folders which the user can upload to. I would like the user to be able to specify the folder before the upload process but am coming up short.
I've tried using the UploadRequestForm method but it pulls the form field data after the upload is executed. I've also tried session variables with no success. The upload still occurs but only uploads to the main folder instead of the selected subfolder. Any tips?
Thanks in advance.
Comments
I am sure this is possible
You must me logged in to write a comment.