My knowledge and experiance is very limited so I hope this makes sense and any help is appreciated.
I process orders through my database which spits out a CSV file containing all the data I am shipping to my clients. Currently, I am exporting the file and emailing it as an attachment.
I need to set up an HTTP posting method.
When I process my orders, I have a page set up that lists all the days processed orders/ files. I want to be able to click a file link and have the post initiate.
Is this even possible?
The other issue I expect to encounter is posting the data to an ASP client, but I can deal with that later...