Hello,
I am maintaining a file upload system using ColdFusion 4.5.1. On a certain
machine, I am having problems uploading files above 500K. I haven't been
able to duplicate this problem on another machine.
What happens is this:
The file is submitted using a form with an <input> tag of type "file", like
this:
<form
action="/library/uploadfile.cfm?dir=<cfoutput>#urlencodedformat(dir)#</cfou
tput>" method="post" enctype="multipart/form-data">
<input type="file" size=50 class="bodyText" name="newlibdoc">
<input type="submit" value="Next -->">
dir is a variable from the URL.
The uploadfile.cfm script looks like this (the functional bits anyway):
<cffile action="upload" filefield="newlibdoc" nameconflict="overwrite"
destination="#current_directory#">
Now I'm thinking that this might not even be a Cold Fusion issue, since I
get an error message upon submitting the form, which is "Server not found,
or DNS error".
If it isn't a Cold Fusion issue, where else should I check for help?

http://www.apcc.com








------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to