Mar 25, 2007 #1 cfmaster Technical User Aug 9, 2002 8 GB When I upload a small JPEG file CFX_IMAGE processes it fine, however a 1MB file and I get '500 Internal Server Error' anyone seen this happen before?
When I upload a small JPEG file CFX_IMAGE processes it fine, however a 1MB file and I get '500 Internal Server Error' anyone seen this happen before?
Mar 27, 2007 #2 GUJUm0deL Programmer Jan 16, 2001 3,676 US Do a <cftry><cfcatch> around the CFX_IMAGE tag, and on <cfcatch> do a <cfdump> of all vars and see exactly what's going on. ____________________________________ Just Imagine. http://www.imajinarts.com Upvote 0 Downvote
Do a <cftry><cfcatch> around the CFX_IMAGE tag, and on <cfcatch> do a <cfdump> of all vars and see exactly what's going on. ____________________________________ Just Imagine. http://www.imajinarts.com
Mar 28, 2007 #3 cfStarlight Technical User Mar 27, 2007 172 US Two other things you could try Go to the CF Admin and turn of HTTP status codes, then you'll see the real error (instead of the generic 500). http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:37360#188962 (Internet Explorer) turn off friendly error messages in your browser http://www.houseoffusion.com/groups/cf-server/thread.cfm/threadid:833#3706 Upvote 0 Downvote
Two other things you could try Go to the CF Admin and turn of HTTP status codes, then you'll see the real error (instead of the generic 500). http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:37360#188962 (Internet Explorer) turn off friendly error messages in your browser http://www.houseoffusion.com/groups/cf-server/thread.cfm/threadid:833#3706