Forum Moderators: coopster

Message Too Old, No Replies

Upload Pics

Pictures

         

tr8er8

7:47 pm on Feb 6, 2008 (gmt 0)

10+ Year Member



Hi again, I have this article system, and I want it so when I'm in admin panel, I can upload pictures to the article. And at the bottom of the page will have the images showing, in a little slideshow type thing. How would I do it so in admin panel, I can upload the images when writing my article, then automatically have them go to the bottom of the page where I would want them to go?

eelixduppy

7:50 pm on Feb 6, 2008 (gmt 0)



Check out the documentation on handling file uploads [us3.php.net] at php.net for additional information. Make sure that it is an image file that is being uploaded, and be sure to always change the name of the file itself from the original because of security issues that may occur.