php - Upload partial file using form post -
i have html form user can attach file , upload server. file can quite large want able read first line, respond while parsing rest of file in background, if @ all. point of whole thing is, upload csv. read first line, send columns client, , can link columns in file standard ones in our database.
- upload file
- server reads first line before getting rest of file validate
- respond json browser user can link csv columns db fields
- continue file processing while user linking fields
- take user linking , import file
is possible without using html5 file api load partial or slice of file form submit?
Comments
Post a Comment