Re: Levertine Gallery
Reply #85 –
Updated the first post with the current state of the addon.
Re: Levertine Gallery
Reply #86 –
And another update. This one should fix a couple of rather annoying bugs I created with the new uploader.
1) Small (read below chunk size) files were failing with invalid async message. This due to a missing post value
2) Non image files were failing be be accepted. This due to the change to wait for the browser thumbnail generation to complete which is needed to get the WxH of the supplied image. Unfortunerly the on thumbnail event only fires for valid thumbnails. So this change has it emit that event or all files so that the form acceptance code always runs.
3) With #2 I also supplied some generic thumbs for non image files, looks nicer in the upload form.
See the first post for the file.