Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
fivefiveSouth #1
Mime Type for swf when using cffile?
I have been using cffile to upload PDF flyers when entering a training event on
my company's website. I now want to upload swf flyers made from Flashpaper and
I need to know the Mime type for the cffile function. I have been using
'<cffile action='upload' filefield='FileToUpload'
destination='c:\inetpub\wwwroot\pdf' nameconflict='overwrite'
accept='application/pdf' attributes='normal'>' and this deosnt seem to work
'<cffile action='upload' filefield='FileToUpload'
destination='c:\inetpub\wwwroot\pdf' nameconflict='overwrite'
accept='application/pdf, application/swf' attributes='normal'>' oh by the way
im on ColdFusion 6.1 but am about to install version 7 in a few weeks... thx
fivefiveSouth Guest
-
MIME type for .dat
i am using CFFILE to upload a tab delimited text file with a .dat extension and i want to restrict the file type to this using the accept argument... -
MIME error from CFFILE Upload
Hi all, this may seem like a silly question and maybe I'm missing something here, but when I limit the MIME types I 'accept' through CFFILE... -
Incorrect mime type
I've been using CFFILE to upload files with the accept type set to "text/*" to upload RTF files. Recently, some users are getting an error message... -
MIME type Error
I have a cffile upload which accepts only rtf files. The code on the action form is: <cffile action='upload' filefield='Form.file_upload'... -
MIME-type to file extension
Hello. Is there any facility that will help one map a MIME-type to a file extension or extensions? E.g. 'image/jpeg' should map to ('jpg',... -
fivefiveSouth #2
Mime Type for swf when using cffile?
I have been using cffile to upload PDF flyers when entering a training event on
my company's website. I now want to upload swf flyers made from Flashpaper and
I need to know the Mime type for the cffile function. I have been using
'<cffile action='upload' filefield='FileToUpload'
destination='c:\inetpub\wwwroot\pdf' nameconflict='overwrite'
accept='application/pdf' attributes='normal'>' and this deosnt seem to work
'<cffile action='upload' filefield='FileToUpload'
destination='c:\inetpub\wwwroot\pdf' nameconflict='overwrite'
accept='application/pdf, application/swf' attributes='normal'>' oh by the way
im on ColdFusion 6.1 but am about to install version 7 in a few weeks... thx
fivefiveSouth Guest
-
vkunirs #3
Re: Mime Type for swf when using cffile?
Hi
use this:
application/x-shockwave-flash swf
this will work.
vkunirs Guest
-
fivefiveSouth #4
Re: Mime Type for swf when using cffile?
Thanks. That worked when I removed the swf portion (ex. application/x-shockwave-flash).
:)
fivefiveSouth Guest



Reply With Quote

