Re: [Cppcms-users] Upload files with CppCMS. How-to?
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2011-05-03 11:28:34
|
You need following widget for file upload: http://art-blog.no-ip.info/cppcms_ref_v0_99/classcppcms_1_1widgets_1_1file.html It creates a file object: http://art-blog.no-ip.info/cppcms_ref_v0_99/classcppcms_1_1http_1_1file.html The rest is the standard for file uploading. Artyom > >From: Renato Forti <re....@ay...> >To: cpp...@li... >Sent: Tue, May 3, 2011 5:52:28 AM >Subject: [Cppcms-users] Upload files with CppCMS. How-to? > > >Hi All, >I am using CppCMS 0.99.7. >And I need upload files in my system. Have any way to do this in CppCMS? How? >Any sample available? Any tips, or how to? >Thanks for help. > |