• Resolved slowfuse

    (@slowfuse)


    Hello, we love UPG and have recently seen issues with it and Flexi both. We have moved our site to Flexi hoping to solve the issues, but still no luck. The problem is that no matter what we do in our PHP.ini for max_upload_size or Max_time (300 seconds now), we constantly see failed image uploads when the image is larger than about 256kb.

    We have tried both with and without a separate image compression tool like reSmush, and images just won’t process about 90% of the time on upload.

    The image will be placed in the Media library for WP, but won’t show in the gallery. The same image uploaded 10 times will result in 10 different compression rates and only one or two of them showing up in the gallery.

    Please help with an idea on how we can remedy this. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author odude

    (@odude)

    With your explanation I can understand that you have good knowledge of wordpress/php configuration so I will not go in that part but is has been written at https://odude.com/docs/flexi-gallery/troubleshooting/file-upload-size/

    For knowledge, UPG uses media handling and create own images size where as Flexi do not touch any media management part. So it is totally depend open wordpress/php configuration. Flexi is better in this part.

    The link you sent, I have tested and found that something is wrong at the server part.

    For a trial you turn off the ajax and see if that works. If it works means it is conflict with javascript of other plugins.
    To turn off edit the submission page and set [flexi-form ajax=”false” …..]

    Is your server is hosted locally ?
    When I tested your site and found that something is blocking you to upload and this happens in security part when domain name do not match with server.

    Error found at server is as below.

    Access to XMLHttpRequest at ‘https://…xyz….com/wp-admin/admin-ajax.php’ from origin ‘https://…xyz…’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

    Plugin Author odude

    (@odude)

    Another context: Use form below and galley above may give you live reloading as soon as image upload.
    If you want a set of gallery specific to this page only then use [flexi-form attach=”true”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filesize image issues uploading’ is closed to new replies.