It looks like you're new here. If you want to get involved, click one of these buttons!
<script type=\"text/javascript\" src=\"js/jquery-1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"js/jquery.uploadify.v2.0.0.js\"></script>
<script type=\"text/javascript\">
$(function() {
$(\"#logoupload\").fileUpload({
'uploader': 'media/uploader/uploader.swf',
'cancelImg':'media/uploader/cancel.png',
'script': 'upload.ashx',
'folder': 'upload',
'multi': false,
'displayData': 'speed'
});
});
</script>
<input type=\"file\" id=\"logoupload\" />
<a href=\"javascript:$('#logoupload').uploadifyUpload()\">Start</a>
TravisN. said:make sure your using the css file from uploadify v2. The class references have changed.
<script type=\"text/javascript\" src=\"Commons/swfobject.js\"></script>
<script type=\"text/javascript\" src=\"Commons/jquery.uploadify.v2.0.0.min.js\"></script>
<script type=\"text/javascript\" src=\"Commons/jquery-1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"Commons/jquery.uploadify.v2.0.0.js\"></script>
<link href=\"Commons/uploadify.css\" rel=\"stylesheet\" type=\"text/css\" />
<link href=\"Commons/uploadify.css\" rel=\"stylesheet\" type=\"text/css\" />
<script type=\"text/javascript\" src=\"Commons/jquery-1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"Commons/swfobject.js\"></script>
<script type=\"text/javascript\" src=\"Commons/jquery.uploadify.v2.0.0.min.js\"></script>
'uploader' : 'Commons/uploadify.swf',
[list] * fileUpload() – uploadify()
* fileUploadStart() - uploadifyUpload()
* fileUploadSettings() - uploadifySettings()
* fileUploadCancel() - uploadifyCancel()
* fileUploadClearQueue() – uploadifyClearQueue()[/list:u]
tep said:to do list v1.6 -> v2.0
[list]- add link to swfobject.js
- add link to uploadify.css
- be sure uploadify.css and uploadify.swf in the same directory (otherwise button is not being displayed !)
- do not forget to move new function names [/list:u][list] * fileUpload() – uploadify()
* fileUploadStart() - uploadifyUpload()
* fileUploadSettings() - uploadifySettings()
* fileUploadCancel() - uploadifyCancel()
* fileUploadClearQueue() – uploadifyClearQueue()[/list:u]