Is it possible to do a file upload with javascript, and on the next page display the content. I’m trying to upload a .csv file and display the .csv content in a table on the following page.
Any help is appreciated,
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this with JavaScript (inside the browser) alone. You need a backend to catch the uploaded CSV file and send it back to the browser for rendering.