| Phil Marston 2005-04-07, 5:49 pm |
|
function activate_file_browser(){
parent.form_frame.form.fileField.click();
parent.form_frame.form.fileField.focus();
}
function upload_file(){
parent.form_frame.form.submit();
}
At 15:46 22/02/2005, you wrote:
>Unfortunatley you cant actually force an onClick for the 'browse'
>button of the file upload dialog ... although I'd be VERY pleased if
>you could prove me wrong on that .. right now I'm looking into using a
>java applet to do file-uploads, communicating with AS through
>liveConnect, which is a bit of a sledgehammer/nut solution IMO
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
________________________________________
______________________
Phil Marston
Learning Technologist
Learning Technology Unit
Edward Wright G33, university of Aberdeen, Aberdeen, AB24 3QY, UK
p.marston-9qr1vRpWqPK1Qrn1Bg8BZw@public.gmane.org Tel: +44(0)1224 273329 / +44(0)7798 723660
http://www.abdn.ac.uk/diss/ltu/
________________________________________
______________________
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|