Part of the EllisLab Network
   
 
helpe, uploading problem!
Posted: 09 June 2008 12:15 PM   [ Ignore ]  
Summer Student
Total Posts:  12
Joined  04-23-2008

When i using upload library got a error:
The temporary folder is missing.

In fact i have set up “upload_tmp_dir” to ‘C:\windows\temp’ directory which has EveryOne full control permission!

Although i have tried setting “upload_tmp_dir” manual with ini_set function in upload.php file,but get no effective still!

runing env:
windows2003 + iis6 + rewrite_isap2 + php5.2.6

thanks!

Profile
 
 
Posted: 09 June 2008 07:30 PM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  865
Joined  09-25-2007

Hi

http://codeigniter.com/forums/viewthread/78045/

I don’t know if the above link helps, but its the only thing similar I could find on the forums for you.

you could certainly echo ini_get(‘upload_tmp_dir’); to see if that is set.

Profile
 
 
Posted: 10 June 2008 01:52 AM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  12
Joined  04-23-2008

Thanks your response!

Profile