It is probably the page that is timing out rather than the query, but it the query that is running when this happens. One reason is because a higher DPI image is also going to be a much bigger file and take longer to upload, thus could be exceeding your default page timeout. use the cfsetting tag to increase the page time-out on that page that is doing the upload and see if that helps.
On Thu, Nov 10, 2011 at 9:38 PM, David Moore <[email protected]> wrote: > >> Is it a page execution timeout or some database query execution timeout? > > Sorry I haven't gotten back, been out sick. All I know is that the code works > fine if the image being uploaded is 72dpi. If the dpi is larger, I get an > error message that the cfquery which follows the upload times out? What is > confusing is that the code works and correctly resizes the image for a > thumbnail, preview and display size. Places the images in the correct > folders, then throws an error. > > Any suggestions? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348583 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

