ASIO receive and handle uploaded files
I hope that someone can give me a very general overview of what I would need to do order to create an ASIO application that handles uploaded files. At this time, I am uploading files via my web browser to a PHP script that handles files.
From what I've read so far, I am guessing that I would have to create an ASIO server that listens for incoming HTTP POST (multipart/form-data) and saves the message to a file on the server.
Any additional information would be much appreciated as well as pointing me to a relevant ASIO example(s) that I should carefully look at. Thank you!
You might try this book out for starters. http://www.packtpub.com/boost-asio-cplusplus-network-programming/book and a plug for Boris... (we still want your updated book in English... Mr. Schaling) http://www.amazon.com/The-Boost-Libraries-Boris-Sch%C3%A4ling/dp/0982219199 and this two volume set is helpful. http://www.amazon.com/Introduction-Boost-Libraries-Volume-Foundations/dp/949... http://www.amazon.com/Introduction-Boost-Libraries-Volume-II/dp/9491028022/r... and practice, crash your app a bunch, and practice some more. SGL steven.lemay@igt.commailto:steven.lemay@igt.com From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Caroline Beltran Sent: Wednesday, October 09, 2013 11:44 AM To: boost-users@lists.boost.org Subject: [Boost-users] ASIO receive and handle uploaded files I hope that someone can give me a very general overview of what I would need to do order to create an ASIO application that handles uploaded files. At this time, I am uploading files via my web browser to a PHP script that handles files.
From what I've read so far, I am guessing that I would have to create an ASIO server that listens for incoming HTTP POST (multipart/form-data) and saves the message to a file on the server.
Any additional information would be much appreciated as well as pointing me to a relevant ASIO example(s) that I should carefully look at. Thank you!
2013/10/10 Caroline Beltran
I hope that someone can give me a very general overview of what I would need to do order to create an ASIO application that handles uploaded files.
At this time, I am uploading files via my web browser to a PHP script that handles files.
From what I've read so far, I am guessing that I would have to create an ASIO server that listens for incoming HTTP POST (multipart/form-data) and saves the message to a file on the server.
Any additional information would be much appreciated as well as pointing me to a relevant ASIO example(s) that I should carefully look at.
Thank you!
Maybe just try this: http://cpp-netlib.org/ which uses ASIO inside.
On 10/10/2013 07:05 AM, TONGARI J wrote:
Maybe just try this:
which uses ASIO inside.
For me, pion.org redirects to wiki.cloudmeter.com, and has nothing about pion. The Wayback Machine has a snapshot from June 12, 2012: http://web.archive.org/web/20120612211254/http://www.pion.org/ It appears that the new project home is https://github.com/cloudmeter/pion On 18/10/2013 9:41 AM, Bjorn Reese wrote:
On 10/10/2013 07:05 AM, TONGARI J wrote:
Maybe just try this:
which uses ASIO inside.
Or http://pion.org/ _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Shane Turner Senior Software Developer phone +1 (902) 406--8375 x1008 email Shane.Turner@NewPace.ca mailto:Shane.Turner@newpace.ca aim aim:GoIm?screenname=Shane.Turner@newpace.ca/msn msnim:chat?contact=Shane.Turner@newpace.ca Shane.Turner@NewPace.ca aim:GoIm?screenname=Shane.Turner@newpace.ca skype saturnjct skype:saturnjct
participants (5)
-
Bjorn Reese
-
Caroline Beltran
-
LeMay.Steve
-
Shane Turner
-
TONGARI J