PDA

View Full Version : CREATING ATTACHMENT SCRIPT



brndn
June 22nd, 2005, 12:19 AM
hi all.
does any body know how to impliment an attachment button?
to pick up jpgs, pdfs. and allow them to be posted on a submition?

regards brendan

bwh2
June 22nd, 2005, 12:34 AM
this should be in server side. using php it's a pretty simple process. you'll need to search for an upload script and a split string to make sure you only get .jpg and .pdf files. search these forums and phpfreaks.com

jerez_z
June 22nd, 2005, 12:44 AM
you need to be more specific. Is this a flash front-end or just html?

hl
June 22nd, 2005, 02:46 AM
http://www.netspade.com/articles/php/uploading.xml

got to use PHP or some other server side language whether it's flash or html