CodeIgniter Forums
Upload library - can't upload file to folder named "data100001" - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Upload library - can't upload file to folder named "data100001" (/showthread.php?tid=62454)



Upload library - can't upload file to folder named "data100001" - twodrunkbots - 07-16-2015

Hi guys

I'm trying to upload a pdf file to a folder named data100001.

Now the Upload library uploads the pdf some times, and somtimes it doesn't upload it.
And if that's not strange enough, if i rename the upload folder to "data_100001" the upload works every time.


Now i have to upload my files in folders like data_100005 or data_100009 and rename the folder to data100005.


Does someone know why the Upload library does this?


Thanks for your help

Stephen


RE: Upload library - can't upload file to folder named "data100001" - Blair2004 - 07-17-2015

Hi,
for me, it's not because of the folder's name actually...
Something may go wrong during the upload process not due to code error (that's almost impossible)...
For me, you're something wrong with your files...
i may be wrong i don't really know if you did'nt provide more details...