<form name="PropertyAddForm" enctype="multipart/form-data"
action="Properties_Add_Form.cfm" method="POST">

Claude, you may have sent your response before I change the method from
"GET" to "POST"...

Is there some way to store the string variable in the file field and
reinsert it into the
file field upon re-submission?  It's a real pain to have to re-load 5 file
fields because
there was an error in the form values...

Rick

-----Original Message-----
From: Claude Schneegans [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 24, 2006 12:49 PM
To: CF-Talk
Subject: Re: Any reason why a file field can be submitted back to the
page it's on?


 >><INPUT Name="PropPhoto01Upload" Type="File"
Value="<CFOUTPUT>#Form.PropPhoto01Upload#</CFOUTPUT>" Size="40"
Class="TextInput01">

I'm not sure you can pass the uploaded file just like that to a new form.
The uploaded file is not just a string you can put into a new VALUE
attribute,
it contains the file name and the encoded content of the file.

Anyway, can you show us the <FORM tag ?

--
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241311
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to