Validate CSV file on upload

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
jack900
User
Posts: 1

Validate CSV file on upload

Post by jack900 »

Hi,

I have created an upload file field, where I need to import a CSV file to the database.Is it possible to validate CSV fields before uploading and storing contents to mysql database?


mobhar
User
Posts: 11756

Post by mobhar »

This is not related to PHPMaker. You should handle this by writing your own function to validate the content of .csv file.


Post Reply