Hi Balaji, The error you gave is a very vague error that can sometimes lead you down the wrong path to debugging your code. CF basically uses this message when it doesn't know what went wrong. I've seen it more often with database errors, but it could happen with any error the ColdFusion Server can't isolate. Or, it could be some process tying up too many threads. :)
If you check your Application.log file, there should be a more detailed error message to help you figure out exactly what caused the error. Take Care, Seth > -----Original Message----- > Does any one knows how to work around for the following problem > when trying > to upload a file. > ================================================================= > Request canceled or ignored by server. Server busy or unable to fulfill > request. The server is unable to fulfill your request due to > extremely high > traffic or an unexpected internal error. Please attempt your > request again > (if you are repeatedly unsuccessful you should notify the site > administrator)." > =============================================================== ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
