How do I deal with large pictures? The system allows them to upload it but the system doesn't process it. It just leaves a blank photo or an X.
Thanks,
Angela :)
How do I deal with large pictures? The system allows them to upload it but the system doesn't process it. It just leaves a blank photo or an X.
Thanks,
Angela :) Angela |
How large are these photos, and have you verified the file is actually uploaded to the server?
I ran into an issue with php max upload size being set to 2mb - when a user would upload a photo of say 2.5mb, it would appear to succeed to them but never actually upload due to the php limitation.
Skype: shawn.nelson |
4000x3000 :/
Where do I check if they have been uploaded to the server? Angela |
Those will easily exceed 2mb, which I believe is default for php.ini if you haven't touched it. If the photos are getting uploaded, they'll show up in this directory (multiple versions per photo, dolphin does automatic resizing from the original): [DOLPHINROOT]/modules/boonex/photos/data/files Try uploading a larger image, then sort the files in that directory by create date. If your photo doesn't show up as one of the latest then you know it is not being uploaded properly. Skype: shawn.nelson |