Uploading a Flash file.

Discussion in 'PHP' started by Jikdor, Jul 10, 2007.

  1. #1
    In the script im allowing these files, but it still wont let me upload .swf files. What have I done wrong?
    array('image/gif',
                              'image/bmp',
                              'image/jpeg',
                              'image/x-png',
    						  'image/png',
                              'image/jpg',
                              'image/tif',
    						  'image/pjpeg',
                              'image/tiff',
    						  'image/swf');
    PHP:

     
    Jikdor, Jul 10, 2007 IP
  2. Jikdor

    Jikdor Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Problem fixed 'application/x-shockwave-flash' worked.
     
    Jikdor, Jul 10, 2007 IP