uploading a recorded file via multipart form http request.
This commit is contained in:
parent
6d792c0ca5
commit
b4207698c3
7 changed files with 57 additions and 25 deletions
|
@ -1,8 +1,9 @@
|
|||
# Hostname
|
||||
base_url = 'http://campcaster.dev/'
|
||||
|
||||
# URL to get the version number of the server API
|
||||
show_schedule_url = 'Recorder/get-show-schedule/format/json'
|
||||
|
||||
upload_file_url = 'Plupload/upload-recorded/format/json'
|
||||
|
||||
# base path to store recordered shows at
|
||||
base_recorded_files = '/home/naomi/Music/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue