How to upload Image and Video file using HttpPost in android
问题 I need to upload Image and Video File with multiple parameters like File Name, Description , Height and Width using HttpPost method. Thanks, Suggestion appreciated. 回答1: For uploading a file the efficient way is using HttpPost with multipart/form Multipart/form The file contents are either stored in memory or temporarily on disk. In either case, the user is responsible for copying file contents to a session-level or persistent store as and if desired. The temporary storages will be cleared at