CodeIgniter Forums
helpe, uploading problem! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: helpe, uploading problem! (/showthread.php?tid=9029)



helpe, uploading problem! - El Forum - 06-09-2008

[eluser]benyu[/eluser]
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!


helpe, uploading problem! - El Forum - 06-09-2008

[eluser]gtech[/eluser]
Hi

[url="http://ellislab.com/forums/viewthread/78045/"]http://ellislab.com/forums/viewthread/78045/[/url]

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.


helpe, uploading problem! - El Forum - 06-09-2008

[eluser]benyu[/eluser]
Thanks your response!