Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. + "Content-Disposition: form-data; name=\"MAX_FILE_SIZE\"\r\n"
  2. + "\r\n"
  3. + "2048000"
  4. + "-----------------------------" + timecode + "\r\n"
  5. + "Content-Disposition: form-data; name=\"submit\""
  6. + "\r\n" + "Speichern\r\n"
  7. + "-----------------------------" + timecode + "\r\n"
  8. + "boundary=---------------------------" + timecode + "\r\n"
  9. + "Content-Disposition: form-data; name=\"attachment_file\"; filename=\"" + theFile.getName().toString() + "\"\r\n"
  10. + "Content-Type: application/octet-stream\r\n"
  11. + "\r\n"
  12. + "-----------------------------" + timecode + "\r\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement