upload hook
-
This gallery works for me. However I do not want let users upload huge images of any size and waste resources. There is no option to resize images after upload.
I use a plugin “Resize Images after Upload” which register filter to handle uploads. Unfortunately flagallery do not apply filter wp_handle_upload. Amusing, it use it for importing folder on server but not while uploading image.
I added a few lines of code with
apply_filters( 'wp_handle_upload', ...
to upload_images() and swfupload_image() but this is a temporary solution, it dissappear after the first plugin upgrade.I do not want to debate if this is a bug or a feature but I’d love to see it in official plugin release.
- The topic ‘upload hook’ is closed to new replies.