Image Uploader Issues, and alternatives ?
Permalink
I am having an issue with user file uploads, where any larger images are causing the page for user submitted files to time out. I have increased the file upload size limit to 10 mb so that is not the issue.
The images will load in it just will not auto complete from file manager or form. Any ideas or solutions that anyone may have would be appreciated.
Since this issue isn't easily explained I have made a very short video with accompanying text bubbles to show it in detail.
Link herehttp://www.youtube.com/watch?v=vnQ-lck7LME...
Thanks
The images will load in it just will not auto complete from file manager or form. Any ideas or solutions that anyone may have would be appreciated.
Since this issue isn't easily explained I have made a very short video with accompanying text bubbles to show it in detail.
Link herehttp://www.youtube.com/watch?v=vnQ-lck7LME...
Thanks
Unfortunately the bmp did not go through. I think its actually getting hung up in the importer php. I was wondering if you had any ideas as to how I would go about inserting something similar to the avatar image uploader integrated into the form as this would solve my issues by forcing the crop to be X amount of width.
Any help would be appreciated, I am supposed to turn this over for Saturday, and this is the only thing holding me back.
Any help would be appreciated, I am supposed to turn this over for Saturday, and this is the only thing holding me back.
I watched your video and ended up going to your website to perform a test. I was able to successfully upload a 7 meg bmp file without issue ( i believe ) . The page reloaded, and although there was no success message, it appeared the POST had gone through.
The upload was pretty fast, but I wonder if that could be dependent on the upload speed of the client.
What is your max execution time set in your php.ini?
-Guy