Upload multiple files in 1.5

thany Member
edited March 2019 in General support

In 1.4 I was able to select mutiple files at once and upload them automatically. I think it was some kind of fancy javascript plugin. Now in 1.5 I only see the "Images (jQuery)" tab which is just 5 or more standard upload files. Each field accepts only a single photo.

I don't see a plugin available that could provide the same functionality I had in 1.4. So, why is this removed? It was working fine for me...

Selecting each picture individually takes too much time. How can I get the multi-upload from 1.4 back?

This is the uploader I currently have as my only option:
https://www.zenphoto.org/screenshots/legacy-admin/Zenphoto-1.0.8.2-and-beyond/upload-1.0.1-1.0.8.2.jpg.html

And I want one of these (can't remember which is the best one again):
https://www.zenphoto.org/screenshots/legacy-admin/zenphoto-1.4.2-admin/upload-gallery.jpg.html
https://www.zenphoto.org/screenshots/zenphoto-admin/upload-image-jquery-multifile.jpg.html

Comments

  • fretzl Administrator, Developer

    Please check if the uploader_jQuery plugin is enabled.

  • thany Member

    Yes it is enabled. Probably why I see that tab...

  • acrylian Administrator, Developer
    edited March 2019

    This is how it should look with the jQuery uploader enabled: uploader:https://www.zenphoto.org/screenshots/zenphoto-admin/upload-image-jquery-multifile.jpg.html

    If you don't get that, review your error logs. And before you ask it is working ;)

  • thany Member

    Today I found the Logs tab :smiley:

    Nothing in the debug log for the past month. Feels weird, but who knows it might be correct.

    In the setup log, all appears fine:

    Plugin:uploader_http setup started
    Plugin:uploader_http enabled (5 | ADMIN_PLUGIN)
    Plugin:uploader_http setup completed
    Plugin:uploader_jQuery setup started
    Plugin:uploader_jQuery enabled (5 | ADMIN_PLUGIN)
    Plugin:uploader_jQuery setup completed 
    

    I like your confidence, but it's not working before I ask ;)

  • acrylian Administrator, Developer

    The setup log is not really important here and just logs if the plugin is enabled. Not if there is an error using it.

    Generally I was referring to all error logs. If the ZP debug log has no entry there might be none or it comes to early to log. Then you have to review your server PHP error log.

    Additionally review your browser error log aka console as there might be a js error due to a conflict somewhere.

Sign In or Register to comment.