Skip to main content
Inspiring
October 19, 2016
Question

CFFILEUPload Status error code 302

  • October 19, 2016
  • 1 reply
  • 1254 views

Hi,

I have been using CFFILEUpload and CFFILE in one of my project.

This has been running fine and now we are having sudden issues stating , while we upload, status error code 302 in the progress bar.

I searched and could not get much information on it.

Any sights on this issue..

I have checked the Targeting server folder has got all permissions to write the file and session is active while uploading the file.

Thanks in advance!

This topic has been closed for replies.

1 reply

WolfShade
Legend
October 19, 2016

Hi, meensi,

If it were my project that had this issue, the first thing I would do is check the logs in CFAdmin to see if the 302 is making it back to the CF server.  If nothing is there, then check the webserver logs for the 302.

302 is a temporarily moved, please redirect error message.  Have the webserver settings/config been recently altered?

HTH,

^_^

meensiAuthor
Inspiring
October 21, 2016

Thanks Wolfshade.

I would request for the logs files from my customers and check.

meensiAuthor
Inspiring
November 3, 2016

Hi Wolfshade,

I got the exception log files, and the following is the error information I got from it.

The cause of this output exception was that: ClientAbortException:  java.net.SocketException: Connection reset. The specific sequence of files included or processed is: 

All we do is using CFFILEUPLOAD, the user will select the files to upload, these files will be uploaded into the Server, ( are our requests been rejected by Server??)

I would try to get the web server logs.