This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
.xlsm files gives "Unknown Error"
  • Hi, I set the file type to accept .xlsm files and jpeg files for testing purposes using the following code:


    $(function() {
    var fileTypes = new Array("application/vnd.ms-excel.sheet.macroEnabled.12","image/jpeg");

    $('#file_upload').uploadifive({
    'uploadScript' : 'private/vendors/uploadifive/uploadifive.php',
    // Put your options here
    'auto' : false,
    fileType : fileTypes
    });
    });


    I can upload a jpeg file and it works successfully but when I do a .xlsm file I get an "Unknown Error." Please let me know if I am doing something wrong or if this is a bug.

    By the way, the .xlsm files I used are small, ~180KB.