Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Download Link

  • I Need the download link of the file uploaded

    when the upload is complete, uploadify should show the download link of the file uploaded.

    anyone knows how to do this?

    Thanks

    Difearqui
  • if you are using Uploadify v2.1.4, in the jquery.uploadify.v2.1.4.js file replace this
    <span class="fileName">' + fileName + ' (' + byteSize + suffix + ')</span><span class="percentage"></span>\
    with this
    <span class="fileName"><a href="' + pagePath + 'uploads/' + fileObj.name + '">' + fileName + '</a> (' + byteSize + suffix + ')</span><span class="percentage"></span>\