jove's avatar
Level 7

Upload file and do stuff with it without storing it

Hello,

I was wondering what would be the best way to upload a file (csv). then parse it without storing it. (If that's not possible I would need some kind of temp storage method).

The CSV parser normaly parses files from a path :P

0 likes
1 reply
bobbybouwmann's avatar
Level 88

Yes, that would be the best way to go. So simply store the file somewhere, perform your action, delete the file!

2 likes

Please or to participate in this conversation.