Hi,
I have to pass the file data(csv format) within a special multiple-part form post.
How can i achieve this ?
My other question would be - how to convert mysql data to csv file data in php ?
Thanks
multiple-part form post
Moderator: General Moderators
Re: multiple-part form post
about the first question - best use curl, as it easy to perform post request with it and upload file
for the second one, take a look at fputcvs
for the second one, take a look at fputcvs