I'm a beginner in PHP.
I have an application that allows donwloading files. Some of them are quite big.
On my server, there were two partitions.
The first one was getting tiny, as files were uploaded.
So I decided to move my "uploads" directory to the other partition and to make a symbolic link of it so that paths remain the same.
The problem is that the uploading fails with symbolic folder but doesn't fail when the upload folder is physic
Also, the mkdir command line doesn't work when applied to a symbolic linked folder.
Thanks in advance for the answer or any help!
Mat'