Page 1 of 1
Flash upload
Posted: Sat Sep 16, 2006 7:04 pm
by phoenix211984
I am designing an upload banner page for a client it is connected to a mysql database that stores all the images. I was just wondering how to retrieve a flash image file from the database to a web page. I would be grateful for any help!!!!
Posted: Sat Sep 16, 2006 8:02 pm
by gkwhitworth
I am not sure, but you may want to copy this and post it into the database forum as well, because the people that go into that section are more likely to be able to answer your question, and probably quicker.
--
Greg
Posted: Sat Sep 16, 2006 9:31 pm
by aaronhall
It may be better to store the files themselves on the server, not the database. Store references to the files in a table in the database, and retrive them as you normally would with HTML.