Connecting Tech Pros Worldwide Help | Site Map

Want to upload a file with one click

  #1  
Old July 23rd, 2005, 06:36 PM
Julia Briggs
Guest
 
Posts: n/a
I am wanting to simplify a page that I'm writing... the guts behind the
page is PHP and wondering if it's possible to upload a photo in one
click. How would I approach having the browsed file detected once it's
populated into the form field and have it auto uploaded? Can this be
done?

Sincerely,

Julia

  #2  
Old July 23rd, 2005, 06:36 PM
Oli Filth
Guest
 
Posts: n/a

re: Want to upload a file with one click


Julia Briggs wrote:[color=blue]
> I am wanting to simplify a page that I'm writing... the guts behind the
> page is PHP and wondering if it's possible to upload a photo in one
> click. How would I approach having the browsed file detected once it's
> populated into the form field and have it auto uploaded? Can this be
> done?
>[/color]

Due to the security implications involved with file upload controls,
most modern browsers do not allow scripting actions to be performed on
them or with them.

Anyway, why is it so much more complicated to have the user click
"submit" once they've chosen a file?


--
Oli
  #3  
Old July 23rd, 2005, 06:36 PM
Ivo
Guest
 
Posts: n/a

re: Want to upload a file with one click


"Julia Briggs" wrote[color=blue]
> I am wanting to simplify a page that I'm writing... the guts behind the
> page is PHP and wondering if it's possible to upload a photo in one
> click. How would I approach having the browsed file detected once it's
> populated into the form field and have it auto uploaded? Can this be
> done?[/color]

onchange="this.form.submit();"

untested,
--
Ivo


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Upload Files using the CGI.pm Module and Perl KevinADC insights 17 February 3rd, 2009 03:53 AM
File Upload with asp.net by one Click Stefan Berger answers 1 November 19th, 2005 04:36 PM
What files to upload to webserver? James Walker answers 1 July 21st, 2005 05:03 PM
any way to upload multiple files per time? x. zhang answers 6 July 19th, 2005 08:28 AM