mbendit
Posts: 7
|
| Posted: 07/30/2006, 6:51 PM |
|
I have created an application that uses the File Upload function to upload photographs (JPEG). It works fine on my local machine, but when working with a remote web server I get the following error:
"Unable to upload the file specified in Auto_Photo_Upload - temporary upload folder doesn't exist"
I added folders named "temp" all over the server, but I still get the same error.
Any ideas?
_________________
Michael Bendit
Parallon Consulting
New York, NY
888.447.1591 |
 |
 |
marcwolf
Posts: 361
|
| Posted: 07/30/2006, 9:36 PM |
|
Hi There
usually it is windows/temp or windowssystem/temp
What I normally do it to create a folder and set the permissions on it so that IUSER and IWAN has full permissions on it, and then use that as the temp folder.
Hope this helps
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
jeden
Posts: 20
|
| Posted: 07/30/2006, 11:15 PM |
|
To set the temporary folder, look at the File Upload control properties: there is a "Temporary Folder" property.
I've used it to set a /tmp/ folder in my application root instead of the default temp directory
_________________
Antonio Bello
Elapsus - Software & Solutions
http://www.elapsus.com
Developer's Corner
http://www.developer-corner.com |
 |
 |
mbendit
Posts: 7
|
| Posted: 08/01/2006, 3:01 PM |
|
I changed the location of the temp folder to within the www folder and it works like a charm. Thanks so much.
_________________
Michael Bendit
Parallon Consulting
New York, NY
888.447.1591 |
 |
 |
|