Forum Moderators: phranque

Message Too Old, No Replies

Allow customer to upload data

How do you allow someone to upload a file to your server

         

rise2it

1:38 am on Aug 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi,

Anyone have any idea where to get something (java applet?) that can be embedded into a webpage, so that when someone clicks on it, they can 'browse' their harddrive for a file, then have it automatically uploaded to your server?

I've found a few programs to do that, priced from a few hundred to thousands of dollars! Anyone know of a better way?

rise2it

1:41 am on Aug 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Better than my explanation above, here's something that kinda does it...

[unlimitedftp.ca...]

(Hope it's okay to post this link for reference, since I'm not selling anything and it's not to my website.)

liketoseeyoutry

1:46 am on Aug 29, 2003 (gmt 0)

10+ Year Member



Does your server have support for server side scripting such as PHP/ASP?
If so, you can find heaps of free scripts just by doing a search for something like "upload script php".

willybfriendly

1:49 am on Aug 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Anyone know of a better way?

PHP.

Start with:

<input type = "file" enctype = "multipart/form-data" name = "upload"/>

Which will allow the browse.

Many resources on the web and in print to accomplish this for free.

WBF

rise2it

6:45 am on Aug 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You guys have now got me pointed in the right direction. Thanks!