Using FileUpload for csv file
I want to upload csv file that would be use to extract the row, but when the file saved to database, it converted to zip. Is there any solution? Thanks
11 Replies
Don't save files directly to db
I always use FileUpload to save the file, any solution?
You say that you save to db. Save to storage
Without showing code how you store no one can help
I use the Filament FileUpload, sir
I use the basic FileUpload to save the csv file, but it converted to zip file, how to keep it to csv?
It doesn't convert unless you do it
actually it is csv file
Csv might be bad. Have seen bad behavior when it .csv but something was wrong with it
so it is the file is error? i will try with anouther csv
if you are uploading a csv, should be a
.csv
, not .zip