PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Bugs From 1.0.0 (http://www.photopost.com/forum/bugs-1-0-0/)
-   -   [RC2] Problem? Maybe. Has anybody tried adding an "SWF" file type yet? (http://www.photopost.com/forum/bugs-1-0-0/117077-rc2-problem-maybe-has-anybody-tried-adding-swf-file-type-yet.html)

KW802 December 17th, 2004 10:37 PM

[RC2] Problem? Maybe. Has anybody tried adding an "SWF" file type yet?
 
Has anybody tried adding "swf" to their list of file types? I've added swf and when I try to upload a relatively small file, either from the server or from my remote PC, I get an error that the file can't be resized. Changing the file size limits doesn't have an affect.

I can't be the first one who's tried this and "swf" is too short for the search so sorry guys/gals if there is already a thread out there somewhere on this. :)

KW802 December 17th, 2004 11:26 PM

Re: [RC2] Problem? Maybe. Has anybody tried adding an "SWF" file type yet?
 
OK, for now I'm bypassing it by changing functions_gallery_imageedit.php and changing:
Code:

Content visible to verified customers only.
... to instead be:
Code:

Content visible to verified customers only.
It looks like "getimageinfo" does return height & width for SWF files but, obviously, a thumbnail can't be generated from them.

KW802 December 19th, 2004 02:35 PM

Re: [RC2] Problem? Maybe. Has anybody tried adding an "SWF" file type yet?
 
Bueller?

KW802 December 23rd, 2004 05:36 PM

Re: [RC2] Problem? Maybe. Has anybody tried adding an "SWF" file type yet?
 
OK, one more line to change to functions_gallery_imageedit.php ....

From:
Code:

Content visible to verified customers only.
To:
Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 06:43 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97