XFileSharing Pro - flash upload

Message
Author
RockDiz
Posts: 135
Joined: May 05, 2011 4:47 pm

flash upload

#1 Postby RockDiz » May 23, 2011 12:27 am

how do i make the flash upload the default selection on the upload page?

I already tried:

<input type="radio" name="ut" value="File upload" onClick="changeUploadType('file')" id="r_file"><label for="r_file">File Upload</label>   

<input checked="checked" type="radio" name="ut" value="Flash upload" onClick="changeUploadType('ff')" id="r_ff"><label for="r_file">Flash Upload</label>   

<input type="radio" name="ut" value="Remote URL upload" onClick="changeUploadType('url')" id="r_url"><label for="r_file">Remote Upload</label>



but it doesn't work.. >_<