Question
· Feb 2, 2016

How do we upload a document from a CSP Page

I have a CSP page that needs to allow the user to submit a file.  I have a form with an element in it <input type="file" name="file"/> which allows the user to select the file they want to upload from their local filesystem.  

How do I go about actually getting the file to be sent to the server?

Discussion (5)1
Log in or sign up to continue