Link to home
Start Free TrialLog in
Avatar of dereksheahan
dereksheahan

asked on

Easy method of file upload in Dreamweaver?

Hi all,
Need a way that files can be easily uploaded to a server through an admin front-end. By "files" I mean pdf files that other users of the site will be free to download. Is there a good server behaviour out there that does this?
Thanks,
D
Avatar of Saqib Khan
Saqib Khan
Flag of United States of America image

You must be using a  Server Side language such as ASP,PHP or ASP.net for this.
then you have to get yourself a Upload Com object to do this for you. its not really a plug and play option.
if you using ASP then try aspupload.com.
Avatar of dereksheahan
dereksheahan

ASKER

sorry, should have been more specific. I'm using PHP :)
SOLUTION
Avatar of Saqib Khan
Saqib Khan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jason C. Levine
Derek,

There are tons of free and paid behaviors in the DW exchange with varying levels of features or you can do as adilkhan suggests and just hand-code one.  File upload is one of those things that looks harder than it is.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Think I found a behaviour thats free and relatively easy to use. I'll give it a try. Thanks guys