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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Upload and Dynamic combo's retreiving posted data

Status
Not open for further replies.

markdt

Technical User
Feb 15, 2006
63
GB
Hi,

I have solved my lst post problem but i have another now. When using request.form on the page i posted to using the upload code i receive "Cannot use Request.Form collection after calling BinaryRead"

Also now my form is using ENCTYPE="multipart/form-data" the dynamic combos do not work anymore. I was using a bit of javascript to produce the values for the combo's.

Anyhelp would be appreciated.

Thanks

Mark
 
Suggest you read faq222-2244 to see how these forums work - I notice that you haven't yet acknowledged the answers given to you in your previous questions!

When you've sorted that have a look at
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
John,

Thanks for your reply, ive managed to sort it now. Ended up using Pure ASP File Upload script and replaced all the Request.Form code for Uploader.Form and this works great.

I am acknowledging your post now is this ok!

Thanks again

Mark
 
Excellent - glad to see that you have got it sorted!

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Hi All,

I have a problem validating FileFields.

Basically the code i have is:

msds=Uploader.Files("file1").FileName
prod=Uploader.Files("file2").FileName

Say i enter a valid file path for "file2". When the form is posted it errors with "Object required: '[undefined]' "

I believe this is a Null value problem as it only happens when a file path is not entered into either file1 or file2.

I have tried many if statements to check to see if these have values but nothing seems to work. Any ideas would be greatly appreciated.

Thanks

Mark

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top