I have this C program which produces a .csv [comma separated variable] file, from an uploaded .txt file. The uploading part and writing the .csv file went fine, however, my problem is that the file can't be downloaded by the user.
Can you tell me what's wrong missing with my code?
<a href=http://**the url address of the file**>Download .csv File</a>
Someone told me that an argument/attribute is missing in the code. He said it's about telling the system that's it's a file that is to be downloaded and not an html file. But sadly, he can't remember what it is. Any ideas?
Thanks in advance. :)