2020-10-30 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'RDFormPost' that broke file control
	processing.
	* Added a 'put' section to the WebGet interface.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-10-30 20:13:27 -04:00
parent 169e0e9baa
commit 0904c2cbe3
5 changed files with 294 additions and 56 deletions

View File

@@ -1,8 +1,8 @@
// webget.h
//
// Rivendell audio download utility
// Rivendell audio upload/download utility
//
// (C) Copyright 2018 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2018-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -41,7 +41,10 @@ class MainObject : public QObject
void ripcConnectedData(bool state);
private:
void GetAudio();
void PutAudio();
void ServeForm();
void ServeLogin();
bool Authenticate();
void Exit(int code);
void XmlExit(const QString &msg,int code,