#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
+ #include "wx/ffile.h"
#include "wx/intl.h"
#include "wx/utils.h"
#endif // WX_PRECOMP
wxArrayString output, errors;
int rc = wxExecute(wxString::Format
(
- _T("%s -F %s=@%s %s"),
+ _T("%s -F %s=@\"%s\" %s"),
m_curlCmd.c_str(),
m_inputField.c_str(),
GetCompressedFileName().c_str(),