UnwiredtecDocumentation : RingtoneCreatorServerHttpPostBasics

HTTP POST Basics


HTTP POST method is a convenient means for uploading large volumes of data to a server. Unlike HTTP GET, you are no longer limited with 2048 bytes, which is ridiculously small figure compared with the average size of a ringtone. Fortunately (and mostly because we DO know about all possible limitations you may encounter), Ringtone Creator Server handles POST requests, so you're free to rely on its capabilities to handle really large files. (Another question is if you want to handle large files, but this discussion goes a bit beyond the scope of this document).