> also is there a way to determine the name of the file to be uploaded before 
> it 
> actually does the upload "fileUpload" gives a "neotmp    .tmp" which doesn't 

cffile
 action=upload is a bit of a misnomer. The file is already uploaded by the time 
your cfm script is processed. In reality cffile action=upload only 
moves/renames the uploaded file.

> If I delete the " accept = "image/jpg" " it works fine.

What mime type is sent? If it really is an image, it could be a non-standard 
type like Internet Explorer's "image/pjpeg". But do not rely on mime types as 
they are easy to fake. See http://www.petefreitag.com/item/701.cfm


-Leigh


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to