These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Temporary Upload Folder

I have my app deployed on my web server under IIS 6. When i try to upload a file i get an error message saying "Can not find temporary Upload Folder".  Any help would be great. I am looking at your control for a client extranet solution for my company and so far it seems perfect. Thanks
michael gilley 11/13/2007 7:29 AM
The default temporary upload folder is project's folder\App_Data\upload so make sure you create this folder and the executing identity (which is stated on setup.aspx) has "Modify" permisson on this folder.

You can also set another temporary upload folder by setting the UploadTempFolder property of the control.
Cem Alacayir 11/13/2007 8:15 AM
Thanks so much. I totally missed that. Keep up the good work on this product, I really like it. 
michael gilley 11/13/2007 8:34 AM