Friday, 23 August 2013

How to save a files contents in Javascript/jQuery

How to save a files contents in Javascript/jQuery

Basically, I want to upload ONLY a CSV file via Javascript or jQuery.
I want to try and do this without any PHP involved.
I need to use a HTML upload form, and then save only it's contents to a
multidimensional array or a string.
I do not need to save the uploaded file to the server, I just need to save
it's contents to a string as stated.
I have looked far and wide online, yet everything involves PHP.
Is this possible with just Javascript or jQuery?
Thanks in advance

No comments:

Post a Comment