I cant get the file upload form function to post the results to my database. Im creating the site using databse interface wizard. However as soon as I put a File upload field into the form, results are not posted to the database.
Is there something special I have to do when using file upload? I specify the folder when i insert it, just as the 'Images' folder which is already there. Nothing appears in this folder either
Im creating the site using databse interface wizard
Since this is a server-side function, make sure you are hosted on a Windows 2003 server, not Apache/UNIX. Surprised the MS KB didn't impart this critical piece of info.
gwilli68 -> RE: File Upload (6/12/2008 13:36:12)
Thanks for the replies guys.
Im having a problem though. Following the instructions in the file you sent, in the part where Im creating a file upload folder, I create the folder, click on properties, and then Im unable to select the 'Allow anonymous upload to this directory' and the 'Allow uploaded files to overwrite existing filenames' check boxes - they are greyed out so none of the check boxes can be ticked.
swoosh -> RE: File Upload (6/12/2008 14:23:47)
In the Properties dialog box, clear the Allow scripts to be run check box. You then have the option of selecting Allow anonymous upload to this directory.
gwilli68 -> RE: File Upload (6/13/2008 3:12:07)
Its already cleared. All 3 boxes are cleared when I open up the properties box and I cant click on any of them, they are all greyed out.