Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
zz3top #1
CFFile Upload in a Hosted Environment
I am in a hosted environment and am using the following code:
<cftry>
<cffile
action="Upload"
filefield="File1"
destination="#CurrentDir#"
nameconflict="OVERWRITE"
accept="application/vnd.ms-excel">
<cfset variables.Success="Uploaded.">
<cfcatch type="Any">
<cfoutput> <b>Error</b><br>
<cfdump var="#cfcatch#">
</cfoutput>
<cfabort>
</cfcatch>
</cftry>
However, the file is not being saved and the CFCATCH logic is not being
executed. I suspect this is a CF Admin setup or security issue. Anyway to tell
what is going on?
zz3top Guest
-
CFFILE problem in clustered environment
Hello, I'm having a bit of a problem here... ever since our tech department upgraded our webserver to a clustered environment, CFFILE does not... -
CFFILE Upload
Hi, i would build an upload form for pictures. how can i limit the upload to the size attributes (width & height) of the picture? the user should... -
CGI upload to CFFILE
Hello, I find that there is a security feature that does not allow the prefilling of the path in a form "<input type="file" name="fieldname">" tag.... -
CFFILE Upload with Animation
Hello, is anyone aware of how to provide an animation progress bar in conjunction with a CFFILE upload? I would appreciate any leads. Thank you. -
Using key-pairs in a hosted environment
Hi We have a requirement to process "digitally signed" XML-based software licenses using an ASP.NET web site, hosted on an ISP server. I read an... -
kabod #2
Re: CFFile Upload in a Hosted Environment
Has the cffile tag been disabled? If your hosting provider is only running cf mx pro then they may well have done as it can cause all kinds of problems - suggest you give them a call
kabod Guest



Reply With Quote

