Thanks
allowing the user to browse for the image file, then upload it. how ASP
handles this depends on whether you have upload components installed on
your server, and indeed which ones.
________________________________________
I got bored with my old signature,
so I changed it
Atrax. MVP, IIS
http://rtfm.atrax.co.uk/
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
"Atrax _" <anon...@devdex.com> wrote in message
news:um1jPW44...@TK2MSFTNGP11.phx.gbl...
without some custom ActiveX Control (which I've never seen myself),
that's impossible. you'd need a control on the page which could read
from the local clipboard and do what the <input type="file"> tag does
with file data. Like I said, I've never seen one.
I know that's what you wanted, but <input type="file"> is the only
practical way