![]() |
|
Upload multiple files in 1.5 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Upload multiple files in 1.5 (/thread-13249.html) |
Upload multiple files in 1.5 - thany - 2019-03-03 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: And I want one of these (can't remember which is the best one again): Upload multiple files in 1.5 - fretzl - 2019-03-04 Please check if the uploader_jQuery plugin is enabled. Upload multiple files in 1.5 - thany - 2019-03-13 Yes it is enabled. Probably why I see that tab... Upload multiple files in 1.5 - acrylian - 2019-03-13 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 Upload multiple files in 1.5 - thany - 2019-03-15 Today I found the Logs tab miley: 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:
I like your confidence, but it's not working before I ask Upload multiple files in 1.5 - acrylian - 2019-03-15 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. |