.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDebugReportUpload 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDebugReportUpload \- Class for uploading compressed debug reports via HTTP. .SH DESCRIPTION This class is used to upload a compressed file using HTTP POST request. As this class derives from wxDebugReportCompress, before upload the report is compressed in a single .ZIP file. .SH "PARENTS" wxDebugReportCompress .SH "INCLUDE FILES" wx/debugrpt.h .SH MEMBERS .SS wxDebugReportUpload (const wxString& urlconst wxString& inputconst wxString& actionconst wxString& curl = _T("curl")) This class will upload the compressed file created by its base class to an HTML multipart/form-data form at the specified address. The url is the upload page address, input is the name of the "type=file" control on the form used for the file name and action is the value of the form action field. The report is uploaded using curl program which should be available, the curl parameter may be used to specify the full path to it. .SS bool OnServerReply (const wxArrayString& WXUNUSED(reply)) This function may be overridden in a derived class to show the output from curl: this may be an HTML page or anything else that the server returned. Value returned by this function becomes the return value of wxDebugReport::Process() . .SH "SEE ALSO" wxDebugReportCompress .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.