kyleabaker
04-26-2007, 12:08 AM
Hey all, I'm trying to find a way to make an Open dialog similar to the one on sites such as imageshack.us so users can select files from their hard drive. Is this possible with perl/cgi? I was trying to do this will javascript (I'm more knowledgeable in javascript), but Opera doesn't support document.execCommand. So I'm trying to get an Open dialog on a page that works in the Opera browser. Also, can I use perl/cgi from a local file or is it all just server side?
All help and suggestions are greatly appreciated.
just realized that this can be done by using <input id="file" type="file">
All help and suggestions are greatly appreciated.
just realized that this can be done by using <input id="file" type="file">