Hello all.

I have an issue with a site I just took live. When it was on my local server, I didn't have any issues with image preview. The user would select their file, hit upload and it would render. But now that the site is live, it won't render. I even did a clean install without any additional modules, and image preview will not render.

Here are my clues:
1. A preview will render if the file is really small, or if thumbnail is selected as the image style.
2. If I click on "Preview" (to preview the node) file and preview are loaded no problem, even if I click preview right after upload.
3. The little blue icon keeps spinning, but no error is logged.

Please help!
-JB

Comments

CowTownFarmBoy’s picture

JB - Does the little blue icon ever stop and is there a progress bar at the bottom of the browser that still shows the upload is tryin to get done?

Also you mght want to use some sort of image caching to insure that the image uploaded is 'sized" as it comes in. If you leave it open with no controls on the user can upload a huge amount of data and cause the system to choke.

balumahender’s picture

Is there any cache implemented in server side?
is there any authentication process in your application ?

dabellator’s picture

balumahender,

Sorry I haven't responded for awhile! I saw no one had answered and hadn't checked back. I cleared up the issue (mostly) by converting to imagemagick, but some of my users have still reported issues. To answer your question, the blue icon does not stop, but I have the upload bar disabled on the site. As for the caching, I do have it limited to about 8mb, is that what you are saying? Or is there something else I need to do?

Also, what do you mean by authentication? If you means user login, I actually allow anonymous users to access the form, but I do have that 8mb limit in place.
-JB

Version: 7.17 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.