cfile action upload does not accept files larger than 2mb in Lucee 6.0.1.83 when cffile is invoked by javascript.
502 error bad gateway is returned by the server.
Downgrading to 6.0.585 started working again.
OS Linux (4.9.0-19-amd64) 64 bit
Servlet Container: Apache Tomcat/8.5.31
Yes, I restarted and edited the correct file.
As I said I receive this error only when cffile upload is invoked from jquery to a .cfc file, from .cfm file this not happen.
Only in Lucee 6.0.1.83, downgrading to 6.0.585 started working again.
I am now encountering an issue when updating to 6.0.4.10 and rolling back to 6.0.585 fixes the issue.
We are uploading files through a jquery uploader that posts files to an API endpoint. The request just hangs and doesn’t respond with any error or output. It simply times-out after 1 minute. I’ve set this to an hour and we have the same outcome.
I have set the API endpoint to respond with simply Now() and it doesn’t return this, it simply times-out.
I can see the file is being placed to the temp directory, so I doubt there are any filesize restrictions playing up here - it does seem slow to load in there though, even on local.
It just seems like the file is uploading to temp and then the api function isn’t being executed.
Any advice would be greatly welcomed, as mentioned - this works fine on 6.0.585 but any version after this does not.
Edit: I can see its been raised in another thread and links to a ticket but I can’t access this one for one reason or other
We’ve rolled back to 6.0.585 for the time being as I briefly upgraded to 6.2, however it errors where our application includes external .jar files - so some more investigation is needed our side before flagging anything up.