fileTypeDesc
String
'All Files'
The description of the selectable files. This string appears in the browse files dialog box in the file type drop down.
Demo
|
1 |
<input type="file" name="file_upload" id="file_upload" /> |
|
1 2 3 4 5 6 7 |
$(function() {
$("#file_upload").uploadify({
'fileTypeDesc' : 'Any old file you want...',
'swf' : '/uploadify/uploadify.swf',
'uploader' : '/uploadify/uploadify.php'
});
}); |

