Hi All,
I have an image upload script that seems to work intermittently. For some reason, not every one of my images gets uploaded.
I do not get an error message upon upload. The filepath always gets inserted in the database, so that part is continually functional. It's the actual upload that fails.
Is there an error-checking script I can use to determine what the problem is? In searching through these posts, I read that you can use:
echo "$_FILES['filename']['error']";
I'm not sure how to use this; it keeps failing. If it will help, I can post my script (long). I just wanted to get pointed in the right direction.
Thanks for any assistance.
Geogal
🙂