|
Well the problem here is I need a clear definitive answer on what the error is. You cant really say IT DOESNT WORK. You need to tell me HOW it doesnt work.
As stated if you try uploading an image and it throws you back to the users gallery or index of the site that is probally because the file your trying to upload is over the php maximum filesize allowed. This is not something you can change without altering the servers php setup. That setting is in PHP directly not our application. See your file is dropped by the server so there is nothing for our program to process. Make sense?
If you get a blank white page thats another error
I just need to know what you mean by it doesnt work so I can offer a resolution.
|