Skip to main content

openUploadWidget does not work

Comments

1 comment

  • Itay Taragano

    The issue here is that the script can't see the element with the id of  upload_widget_multiple  yet. Therefore it isn't initiated.

    You can either put the script after the  </div>  part, or put all of it in  $(function(){...})  so it waits for the DOM to load before initiating the script.

    -1

Post is closed for comments.