Page 1 of 1

How do I get a file browser for uploading photos or files

Posted: Mon Aug 17, 2009 10:23 am
by edkellett
Hi,

I currently have a php page that I use to upload photos... it works fine, but...

How do I get a file browser for uploading photos or files that looks better, that looks like facebook's one for example... much more user friendly? Any ideas?

Thanks in advance...

Ed

Re: How do I get a file browser for uploading photos or files

Posted: Mon Aug 17, 2009 11:44 am
by jackpf
I don't know what facebook's one looks like, but I bet they use flash or something.

You can't use javascript to upload or browse files...so I don't see what else they could be using. Except maybe a Java applet.

Re: How do I get a file browser for uploading photos or files

Posted: Mon Aug 17, 2009 2:19 pm
by pickle
I think SWFUpload is commonly used.