You get any answer ? i'm facing the same issue
How to Upload a File over POST to Jetload.net?
-
This is the API of Jetload.net
GET: 'https:\\jetload.net/api/v2/upload/{Your-API-KEY}' //response { "hostname":"https:\\UPServerXX.jetload.net", // Upload Server "path":"/v2/api/upload", // Upload Path "upload_id":{"user_id":"13"}, // Your User ID "status":200 // Status } POST: hostname+path // Example: https:\\UPServerXX.jetload.net/v2/api/upload Data: {upload_id:user_id,file:'Your File'} Response: 'https://jetload.net/p/z5fhtdkodpdcI first grabbed the Hostname, Path, UID and that was easy.
but now im somehow stuck at uploading it to the server.It uploads a file but it has 0 bytes and it doesnt work.
Screenshot of Post
https://prnt.sc/ucpomsif i open file.mp4, i can watch the movie, but if i upload it and visit the responded link, not.
Thanks for helping me ;)