0

Okay, I have used uploadify in the past version 2 and it worked great. Now I installed version 3.1 and copied the implementing code from their website to see if this version (3.1) will work but nothing i get a string of:

                   Â

what im seeing

Now my code is as follows:

rel="stylesheet" type="text/css" href="uploadify.css"
script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"
script type="text/javascript" src="jquery.uploadify-3.1.min.js"
cript type="text/javascript"

$(function() {

  $('#file_upload').uploadify({

  'swf'      : 'uploadify.swf',

  'uploader' : 'uploadify.php',

  'debug' : true

  // Your options here
  });
});

What's going on, I know vers 2 has a swfobject.js and this version does not. am I missing something? I like this plugin and would like to use it and contribute to the development, if i can get this to work.

EDIT:

Now im not seeing the string of                     but still no sign of uplodify working

enter image description here

4

0 回答 0