how to get the file uploaded path from form using javascript ?

Confluence User - 01 Oct, 2018
forms

1


03 Oct, 2018
confluenceUser
confluenceUser

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.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print