cubiclesoft / jquery-fancyfileuploader

A jQuery plugin to convert the HTML file input type into a fancy file uploader under a MIT or LGPL license. Mobile-friendly too!
59 stars 27 forks source link

Browser upload: File validation or preview #5

Closed elgalu closed 6 years ago

elgalu commented 6 years ago

We need to create a single page app that will allow uploading huge CSV files (e.g. 4 GB) to S3.

Some basic CSV validation should be in place, at least for first N lines of the file.

If there are errors in the file we would abort the upload and show the validation error to the user.

Is that possible with this library?

cubiclesoft commented 6 years ago

I don't see why it wouldn't be possible.

I'm closing this as you've asked a question rather than reporting an actual issue. There are cheaper and better alternatives to AWS out there.