Howdy, Stranger!

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

UNuploadify or $(element).uploadify("remove")
  • a function that removes the uploadify substitution

    I made this by myself but I am not very good at programming.

    function unUploadify(element){
    if(!element){var element=\"*\";};
    $(element).next(element+\"Uploader\").remove();
    $(element).css(\"display\",\"inline\");


    };


    I think is not pretty hard to do it and very usefull qhe you want to hide by css, or thinks like that.
  • That actually sounds like a pretty fair request. I'll bake that into the next version.

    Thanks for the suggestion.
  • When will this remove functionality be added? It would be really really useful as I have dynamic file uploaders on the page that can get deleted and replaced.
  • Yeah~ please make this feature!
  • Did this ever get implemented? I have been searching for a solution to this problem as well. If anyone has a solution please let me know. Thanks.
  • The user and all related content has been deleted.