Problem with local files

See all posts See thread Reply

Re: Problem with local files new!
by Pate, 16 years, 11 months ago
I had the same problem for a while when starting with the class. Found the reason after a while, the cleanup command in the example page deletes the uploaded file.

Since you are dealing with local files, the most likely reason is that you deleted the file after you first ran the script. Simple remove clean() from the script and you should be fine.

I noticed this is a bit late response, but I thought I'd put it here incase anyone looks for a solution.Reply