Search the Community
Showing results for tags 'uploader'.
-
Hi, I'm getting some odd filesize issues with PNGs when uploading to Processwire. I've optimised a PNG down to 260kb using Save for Web + ImageOptim. Original image for upload Once it has been resized by Processwire the filesize skyrockets to 7mb+ Resized image by Processwire I've tried playing with the 'quality' setting but all it seems to do is degrade the quality of the image but the file size stays exactly the same. Does anyone know what might be happening here to make a resized PNG such a huge filesize compared to the original? Thanks!
-
just wondering if this should be added as a bug report for inputfield.js - is there a way to sanitize those special characters, i usually have to manually sanitize my files before trying to upload.. but for users who don't know about this they could get stuck trying to upload and having it fail because of the filename TypeError: Cannot convert string to ByteString because the character at index 5 has value 769 which is greater than 255. InputfieldFile.js:247