Update doxygen for http_transaction_request_set_upload_file() 84/97384/3
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 14 Nov 2016 05:05:46 +0000 (14:05 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 14 Nov 2016 05:07:21 +0000 (14:07 +0900)
Change-Id: I0622eca364d6e23246f4cfed59f7e647a946e6a3
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
include/http.h

index e7ea49611f041df2db50e30824f6acfba5ab503d..51d02fc381b09c88ab5b6adc3bd7ecb8e1739f12 100644 (file)
@@ -893,7 +893,9 @@ int http_transaction_request_write_body(http_transaction_h http_transaction, con
 /**
  * @brief Sets the file path for uploading a file.
  * @since_tizen 3.0
- * @remarks    It is used with #HTTP_METHOD_PUT
+ * @remarks    It is used with #HTTP_METHOD_PUT. \n
+ *             http://tizen.org/privilege/mediastorage is needed if input or output path are relevant to media storage. \n
+ *             http://tizen.org/privilege/externalstorage is needed if input or output path are relevant to external storage.
  * @param[in]  http_transaction The http transaction handle
  * @param[in]  file_path        The path for file
  * @return 0 on success, otherwise negative error value