<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - tags-p35.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-24T23:58:08</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#70654" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#37648" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#31021" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30997" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30996" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29659" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29420" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29368" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28267" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28074" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27894" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27394" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26629" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26459" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25641" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25243" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#20381" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#15960" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#13499" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8442" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8328" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#7435" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#4584" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#70654">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#70654</link>
		<description>accept = &quot;image/jpg&lt;br /&gt;&lt;br /&gt;in the docs is wrong.  It should be accept=&quot;image/jpeg&lt;br /&gt;&lt;br /&gt;jpg is not a proper mime type.  See:&lt;br /&gt;&lt;br /&gt;http://www.iana.org/assignments/media-types/image/&lt;br /&gt;&lt;br /&gt;For a list.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-07-24T14:31:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#37648">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#37648</link>
		<description>The documentation should also mention that it is impossible to find the clientFile name without uploading the file to a directory. This functionality is so that you can prepend an ID number to the beginning of a file before uploading it to a directory. This is a problem with the coding of coldfusion, and a new set of functionality would be required, an example of how PHP handles this problem can be found here: http://www.php.net/manual/en/features.file-upload.php&lt;br /&gt;&lt;br /&gt;A better alternative is to use an array like PHP, in coldfusion syntax it would result in the following:&lt;br /&gt;FORM.fileupload.fileSize&lt;br /&gt;FORM.fileupload.clientFile&lt;br /&gt;...&lt;br /&gt;In this way, a user is not required to FULLY UPLOAD A FILE before they can even find the client's filename or the size of the file. This information MUST be available before hand, so that the user can even decide if they want to upload the file.&lt;br /&gt;--------------------&lt;br /&gt;A few HTML / file upload limitations that seem to be unclear:&lt;br /&gt;    -You can only upload one file at a time, furthermore you cannot upload a directory. (Opera 7 is an exception, but not well supported)&lt;br /&gt;    -You cannot set a default location to pull a file from. (This would pose a security threat, imagine the default of &quot;/etc/passwd&quot;) One exception is that you can use Javascript to set a location, but if the location has been set through javascript an alert window appears when the submit button is pressed asking the user to confirm that file upload location&lt;br /&gt;    -All limitations in fileupload size are adjustable through coldfusion and webserver configuration files&lt;br /&gt;    -When the user submits a form with a fileupload, it is saved packet by packet into Coldfusion's temporary directory. Like the following, C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp11917.tmp.&lt;br /&gt;    -When the &lt;cffile action=&quot;upload...&gt; command is executed, it simply moves the file from the temporary directory to the destination directory.&lt;br /&gt;    -Jignesh incorrectly stated that you need to rename the file after you upload it, you can rename it at the same time you move it by adding a filename to the destination.&lt;br /&gt;&lt;br /&gt;All of these facts ought to be noted in the documentation.</description>
		<dc:creator>Tacs</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-19T11:18:25</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#31021">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#31021</link>
		<description>To no screen name:&lt;br /&gt;&lt;br /&gt;&quot;I want to Upload a file from a users PC, however, I don't want the user to specify the file to be uploaded (the filename and location are always the same). How can this be done?&quot;&lt;br /&gt;&lt;br /&gt;I can understand why you want to do this for UI reasons, but that is a ridiculous security hazard. If I could do that I would loop through your internet explorer cookies files and steal all your passwords! HTML form fields require the user to choose the file and confirm that choice with the submit button. You can sometimes pre-populate the file name with javascript, but I never wanted to go that far.&lt;br /&gt;&lt;br /&gt;-dea9</description>
		<dc:creator>dea9dea9</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-07T06:43:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30997">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30997</link>
		<description>You can upload a file using &lt;CFFILE action = &quot;Upload&quot;&gt; after successful upload, you need to rename the file with your preffered file name using &lt;CFFILE action=&quot;rename&quot;&gt;.</description>
		<dc:creator>Jignesh Patel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-06T13:04:10</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30996">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#30996</link>
		<description>I want to Upload a file from a users PC, however, I don't want the user to specify the file to be uploaded (the filename and location are always the same). How can this be done?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-06T12:55:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29659">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29659</link>
		<description>There are many variables that determine the file-size limit. My understanding is that available JVM memory is the most important one.&lt;br&gt;&lt;br&gt;You might try adjusting the -Xmx512m in the java.args line of cf_root/runtime/bin/jvm.config to something larger.&lt;br&gt;&lt;br&gt;If that doesn't work, I suggest posting your question to the online forums: http:webforums.macromedia.com/coldfusion.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2005-03-14T13:40:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29420">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29420</link>
		<description>wiredwizard,&lt;br /&gt;     I dont understand your solution. Can you explain me how you solve your problem for &lt;cffile action=&quot;upload&quot;&gt;</description>
		<dc:creator>Jignesh Patel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-10T07:49:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29368">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#29368</link>
		<description>I'd like to know the limits on file sizes, how this affects memory, etc.&lt;br /&gt;Uploading a ~1.5GB file fails  - &quot;Document contains no data&quot; - removing the &lt;cffile&gt; tag dosn't help - it appears to be a server limitation/setting - any info?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-03-09T19:35:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28267">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28267</link>
		<description>I need to automate CFFILE somehow... is it possible to read the contents of a client directory and upload it's contents with CFFILE with the user indicating the directory or just one file in the directory?</description>
		<dc:creator>abeBayquen</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-20T18:44:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28074">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#28074</link>
		<description>Discovered the error of my ways&lt;br /&gt;&lt;br /&gt;in reguard to cffile uploading to C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp11917.tmp&lt;br /&gt;&lt;br /&gt;1. be sure the destination directory already exist&lt;br /&gt;2.use cffile insted of just file  ie... &lt;cfset pic1 = cffile.serverfile&gt;&lt;br /&gt;3.double check that your update statement is using correct name ie...&lt;br /&gt;'#PIC1#'   and not '#FORM.PIC1#'</description>
		<dc:creator>wiredwizard</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-17T08:31:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27894">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27894</link>
		<description>no one ever covered why cffile upload sends file to C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp11917.tmp&lt;br /&gt;&lt;br /&gt;&lt;cffile action = &quot;upload&quot; &lt;br /&gt;	fileField = &quot;pic&quot; &lt;br /&gt;	destination = &quot;c:\inetpub\wwwroot\MYSITE\images\&quot; &lt;br /&gt;	accept = &quot;image/*&quot; nameConflict = &quot;MakeUnique&quot;&gt;</description>
		<dc:creator>wiredwizard</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-15T13:02:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27394">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#27394</link>
		<description>Is there a file size limit in transferring files this way? Can I move, for example, 4 Gb files? Is the entire file buffered in memory before writing to the file destination, or is it written to disk in chunks?&lt;br /&gt;&lt;br /&gt;Thanks</description>
		<dc:creator>rpress</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-03T12:37:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26629">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26629</link>
		<description>I'm having same issue with cffile uploading to C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot- instead of destination but same file works fine on development server very confusing think it has something to do with jrun</description>
		<dc:creator>wiredwizard</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-17T13:15:19</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26459">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#26459</link>
		<description>I agree.  I'm fighting this right now and can't figure out why the upload won't happen.</description>
		<dc:creator>bryanhur</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-12T14:06:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25641">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25641</link>
		<description>I was using cffile upload on a shared server using sandbox, got the error C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotmp11917.tmp&lt;br /&gt;Might be nice to cover what happens in these sorts of situations ie what errors actually mean.</description>
		<dc:creator>tresise</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-19T13:17:02</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25243">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#25243</link>
		<description>You can sometimes get the error &quot;String index out of range:&quot; when using CFFILE.  What you may find if you google is that CFFILE needs the full path.  That's ok, but sometimes the error can continue occurring.&lt;br /&gt;&lt;br /&gt;The other thing that I found is that CFFILE doesn't like not having an extension on the filename. So saving an uploaded file as &quot;abcdef12345&quot; can sometimes throw this error.&lt;br /&gt;&lt;br /&gt;To get around this, add in an extension, like &quot;.tmp&quot; because (I think) CFFILE looks for the position of the &quot;.&quot; in the filename to create some of the CFFILE variables that can then be accessed by the script after the file upload has occurred.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-10T07:25:33</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#20381">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#20381</link>
		<description>Is the cffile &quot;global&quot; scope thread-safe in a persistant cfc enviroment or do you need to instantiate a new Input/Output object to maintain thread-safety?  &lt;br /&gt;&lt;br /&gt;You cannot &quot;var&quot; cffile to create a private variable at the begining of your method.   After calling &lt;cffile ...&gt; is it sufficient to dupCffile = duplicate(cffile) to return at the end of the method?&lt;br /&gt;&lt;br /&gt;Would it be thread-safe, if you temporarily instiantiate a new Input/Output cfc into the private scope (by var)  in an persistant scope CFC in which your I/O would be gone when the method that called it was finished?</description>
		<dc:creator>MaestroFJP</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-23T04:16:48</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#15960">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#15960</link>
		<description>Add a form element to select the file:&lt;br /&gt;&lt;input type=&quot;File&quot; name=&quot;image&quot; size=40&gt;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-02T12:15:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#13499">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#13499</link>
		<description>How can read a file from a dynamic location (such as a file on users computer)?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-04-27T14:26:35</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8442">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8442</link>
		<description>Ammendment to above example encompassing code into one page:&lt;br /&gt;&lt;br /&gt;&lt;!--- Windows Example ---&gt;&lt;br /&gt;&lt;!--- Check to see if the Form variable exists ---&gt;&lt;br /&gt;&lt;cfif isDefined(&quot;Form.FileContents&quot;) &gt;&lt;br /&gt;	&lt;!--- If TRUE then upload the file ---&gt;&lt;br /&gt;	&lt;cffile action = &quot;upload&quot; &lt;br /&gt;   		fileField = &quot;FileContents&quot; &lt;br /&gt;   		destination = &quot;c:\files\upload\&quot; &lt;br /&gt;   		accept = &quot;text/html&quot; &lt;br /&gt;   		nameConflict = &quot;MakeUnique&quot;&gt;&lt;br /&gt;&lt;cfelse&gt;&lt;br /&gt;	&lt;!--- If FALSE then show the Form ---&gt;&lt;br /&gt;	&lt;form method=&quot;post&quot; action=&lt;cfoutput&gt;#cgi.script_name#&lt;/cfoutput&gt; name=&quot;uploadForm&quot; enctype=&quot;multipart/form-data&quot;&gt;&lt;br /&gt;		&lt;input name=&quot;FileContents&quot; 	type=&quot;file&quot;&gt;&lt;br /&gt;		&lt;br&gt;&lt;br /&gt;		&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Upload File&quot;&gt; &lt;br /&gt;	&lt;/form&gt;&lt;br /&gt;&lt;/cfif&gt;</description>
		<dc:creator>lbryngel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-19T06:34:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8328">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#8328</link>
		<description>We are working to improve the examples in the ColdFusion reference pages. We propose to replace the current example on this page with the the following example. If you have any comments on this example, add them to this page.&lt;br /&gt;&lt;br /&gt;FORM PAGE&lt;br /&gt;&lt;form method=&quot;post&quot; action=&quot;tag_cffile_upload.cfm&quot; name=&quot;uploadForm&quot; enctype=&quot;multipart/form-data&quot;&gt;&lt;br /&gt;	&lt;input name=&quot;FileContents&quot; type=&quot;file&quot;&gt;&lt;br /&gt;	&lt;br&gt;&lt;br /&gt;	&lt;input name=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Upload File&quot;&gt; &lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;br /&gt;POST PAGE&lt;br /&gt;&lt;cffile action = &quot;upload&quot; fileField = &quot;FileContents&quot; destination = &quot;c:\files\upload\&quot; accept = &quot;text/html&quot; nameConflict = &quot;MakeUnique&quot;&gt;</description>
		<dc:creator>lbryngel</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-18T08:41:33</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#7435">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#7435</link>
		<description>It is important to note that if you don't specify a full path in the DESTINATION attribute of CFFILE ACTION=&quot;UPLOAD&quot;, the default location is relative to the GetTempDirectory() location. However, there must be a directory in that location that matches the string that you enter for the DESTINATION, otherwise you'll get a &quot;string index out of range error.&quot; ColdFusion does not automatically create the directory if it does not already exist.</description>
		<dc:creator>Chris Hiester - MM Support</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-05T12:12:45</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#4584">
		<title>coldfusion/6.1/htmldocs/tags-p35.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-p35.htm#4584</link>
		<description>This document doesn't clearly explain the scope of the &quot;FileField&quot; attribute.  When CFFile can successfully upload a file using the value &quot;form.picture_1&quot;  in the cf page processing the form request, it does NOT process &quot;caller.form.picture_1&quot; in any custom tags called by the same page. (Nor will any custom tags process that file if the field or the form is passed to them as an attribute.)  This document needs an explanation of how this relates to the instructions not to use pound signs for this attribute.</description>
		<dc:creator>uniquename2</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-12-15T06:05:42</dc:date>
	</item>
	</rdf:RDF>

