Hi thanks - installed liveHTTPheaders extension. Got this message  
from livehttp
Content-Length: 929
Content-Type: text/html
Content-Location:  
http://www.southerncrossrealestate.com.au/SouthernCrossRealEstate/  
ndex.html
Last-Modified: Thu, 14 Oct 2004 14:15:33 GMT
Accept-Ranges: bytes
Etag: "84735d44f8b1c41:a818"
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
Date: Wed, 27 Jul 2005 12:11:17 GMT
X-Cache: MISS from cbr-pow-pr2.tpgi.com.au
Connection: keep-alive

200 OK

It says text/html but I can't work out why? Isn't  
enctype="multipart/form-data" in the cfform tag supposed to change  
the Content-Type to allow for binary files?


MY CODE less some cfinput tags.

Any clues gratefully received

seamus

<cfform action="act_market_appraisal.cfm" method="POST"  
name="market_appraisal" id="market_appraisal"  
enctype="multipart/form-data">
.. . . 

<tr>
    <td colspan="2" valign="top" class="middlerow">Image 1 of  
property (if avail)</td>
    <td colspan="2" valign="top" class="middlerow"><cfinput  
type="File" name="property_image_1" visible="Yes" enabled="Yes"  
accept="image/jpeg,image/gif"></td>
</tr>
<tr>
    <td colspan="2" valign="top" class="middlerow">Image 2 of  
property (if avail)</td>
    <td colspan="2" valign="top" class="middlerow"><cfinput  
type="File" name="property_image_2" visible="Yes" enabled="Yes"  
accept="image/jpeg,image/gif"></td>
</tr>
<tr>
<tr>
    <td colspan="4" align="right" class="bottomrow"><cfinput  
type="Submit" name="" value="Send Form" visible="Yes"  
enabled="Yes"></td>
</tr>

================ You wrote ================
> 
>> I'm using cfform with to upload a file (amongst other things) -  
I  
>> get the following message when using this on FireFox (works fine  
 
>> in IE)
>> 
>> I have named all the form fields.
>> 
>> 500 Content disposition corrupt: Content-Disposition: form-data;  
 
>> name=""
>> Content disposition corrupt: Content-Disposition: form-data;  
>> name=""
>> 
>> Can anyone help me with this please - any clues. 
>
>Install the liveHTTPheaders extension and verify that Firefox is  

>sending the right headers. Can you show us the code?
>
>Jochem
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212939
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to