upload swf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

upload swf

Post by jito »

how can i upload a flash file?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

Post by jito »

look i don't have any problem with file upload process. that script works fine. but the problem comes when i want to display the file. i'm storing in my databse the path of the uploaded file and displaying those using <img>. now flash file needs other tags. that's the problem. am i clear.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

That's a completely different question. :?

The only thing I can offer is examining the return data from getimagesize() or the filename. If it's a flash filename, use the needed flash tags.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

jito wrote:look i don't have any problem with file upload process. that script works fine. but the problem comes when i want to display the file. i'm storing in my databse the path of the uploaded file and displaying those using <img>. now flash file needs other tags. that's the problem. am i clear.
Yes, you are clear...now if you had said that in the first place instead of posting a cryptic question, then the world would be a better place!

Help us help you! Image
jito
Forum Commoner
Posts: 85
Joined: Sat Mar 25, 2006 4:32 am
Location: india

Post by jito »

i'm really sorry JayBird for that, actually i was in a hurry and after a sleepless night i have done that.
thanks for your help, thank you also feyd.
again sorry for that stupid post.
Post Reply