barocabar
Forum Replies Created
-
Hi,
About new functionality. It’s more simple that I was thinking before. These clients want just to show an Alert pop up window after file is uploaded and write down a sentence, something like: “Your file has been uploaded, we’ll contact with you…” or something similar.
I was digging in your javascript code just to add manually an alert(“”) and deliver project to customers but not sure what’s the function that finish the dialog progress bar. File. elfinder.full.js is too big.
Could you just give a clue where to add this alert in your code just to finish this project?Do you think this notify alert could be a plus for your plug-in? There is no other WordPress File Manager with this functionality. Of course, best solution is to add this alert choosing the text and also send an email to user and also to admin that a new file has been uploaded, as options in File Manager Settings. From my point of view I’ll pay an extra for these options like Advanced shortcode.
Thank you,
Hi,
Yes, you’re right, it was my hosting problem. Just to share a couple of links in order to help other people.
If Advance File Manager show you a few seconds the upload window and after that nothing happends problem comes from max. size limit of your hosting.
My testing environment:
Wordpress running in a EC2 AWS under Bitnami image and NGINX web server
You must increase two parameters in /opt/bitnami/php/etc/php.ini —
; Maximum size of POST data that PHP will accept.
post_max_size = 16M
; Maximum allowed size for uploaded files.
upload_max_filesize = 16Mand also 1 parameter in /opt/bitnami/apps/APP_NAME/conf/nginx-app.conf —
client_max_body_size SIZE;Full documentation in:
https://docs.bitnami.com/aws/apps/wordpress-pro/administration/increase-upload-limit-php/
https://docs.bitnami.com/bch/apps/wordpress-pro/administration/increase-upload-limit-nginx-conf/Thank you for your quick answer.