Hi, you can use the browser's Developer Tools to inspect the link for the file upload. In JQuery it could be something like $("ul.form-fileupload-value li a").attr("href"), you might need to make it more specific for your own form.