PDA

View Full Version : freeaspupload request.form


Baleric
07-15-2006, 06:57 AM
hey guys,
i have problems with calling the request.form after using the freeaspupload script to upload a file, ive checked google and it says to replace request.form with
1. upload.form("")
2. freeaspupload.form("")
and another one i cant remember.

none of these work, i was wondering if anyone else has overcome this issue...
its annoying me really bad

please help,

baleric

mehere
07-15-2006, 05:15 PM
it is upload.form ... but i believe you need to use it after the upload.save portion. you also need enctype="multipart/form-data" in your form tag.

glenngv
07-16-2006, 05:50 AM
You should take time to read their documentation (http://www.freeaspupload.net/freeaspupload/documentation.asp).