Hello All,
 
I'm trying to do a simple upload of a text file but I'm getting:
 

The MIME type of the uploaded file "message/rfc822" was not accepted by
the server. 


Only files of type "*.txt" can be uploaded. 
Verify that you are uploading a file of the appropriate type.
 
plz help :)
 
here is what I have:
 
 <cffile action = "upload" 
   fileField = "abaFile" 
   destination = "\\devone\insite\eft"
   accept = "*.txt" 
   nameconflict="makeunique">
 
thx!
 
 
 
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241250
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