swf
String
'uploadify.swf'
Yes
The path to the uploadify.swf file. This path should be relative to the root if possible to avoid issues, but will also accept paths relative to the current script.
Demo
|
1 |
<input type="file" name="file_upload" id="file_upload" /> |
|
1 2 3 4 5 6 |
$(function() {
$("#file_upload").uploadify({
'swf' : '/uploadify/uploadify.swf',
'uploader' : '/uploadify/uploadify.php'
});
}); |

