I am working with a 3rd party who offers a CMS. We need to incorporate functionality in their CMS to "Send files to server"
Basically they have scanned files,pdfs, etc. located on the users machine we are going to incorporate an option to upload the files to my server.
They are using Visual C++ and I am stuck with PHP 4.x
My question is, what is the best way to accept the files? I thought about ftp but I don't want to create an ftp account for each customer. Is there a way to have the files pushed to my server and have PHP accept the file via $_FILES
I'm not really concerned with the C++ code their developers will take care of that. I'm just not sure which protocol to use.
Thanks.
Sending Files From a Local Program
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US