What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Photo Uploader


Barb Schaarschmidt

Active Member
Messages
33
Likes
11
I'm working on a website, and I need to include a photo uploader (where the client will be able to upload files to my server). I'm working in Dreamweaver. In my searching on the web, I can find code for the button, but can't for the life of me figure out how to make the button talk to my server. Does anyone have any experience with this? I'm really stuck.
 
Assuming you are using PHP as your server side language I made a quick script for you to use, you'll most likely have to tweak it a bit. Currently it will create a new directory for each uploaded file, not so efficient. You'll undoubtedly want to change this behavior to randomized image names.

When you download the file you'll have to rename it from post.php.txt -> post.php but that pretty much goes without saying.

If you have questions let me know. GL

View attachment post.php.txt
 

Back
Top