Cffile action upload in 6.0.1.83

Just reigniting this.

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

https://luceeserver.atlassian.net/browse/LDEV-4898