Upload errors on large files
Is there a way to set the size that Digital File Pro can upload. I've got people who are uploading files that are over 3000 pixels wide that need to be converted to 250 pixels wide and they get an error when they upload.
Is there a way to set the size that Digital File Pro can upload. I've got people who are uploading files that are over 3000 pixels wide that need to be converted to 250 pixels wide and they get an error when they upload.
you can try increasing the php memory limit by adding this code at line 1:
<?php ini_set('memory_limit', '32M'); ?>
to restrict the size of the image that can be uploaded, you would need to use the server validations from CSS Form Builder.
You can use numeric server validation to restrict the width or height by a maximum number of pixels, or restrict the size by a maximum number of bites.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.