Search found 2 matches
- January 14th, 2013, 1:10 pm
- Forum: General Help
- Topic: add by fileupload API issue
- Replies: 3
- Views: 1268
Re: add by fileupload API issue
So in that command above, is it adding the contents of the nzb in the POST request or just the filename? In my code should I read the NZB in and then add that as part of the POST?
- January 13th, 2013, 8:22 pm
- Forum: General Help
- Topic: add by fileupload API issue
- Replies: 3
- Views: 1268
add by fileupload API issue
I have a feeling I'm just missing something but every way I've tried to add an NZB file via the API fileupload hasn't worked. Every time I'm getting the error "Expect one parameter". I've tried specifying just name, just nzbfile, and both of them via both GET and POST requests and no matte...