Save image name and image url for uploaded images when uploading images. Uploading captured images is available.

This commit is contained in:
Alex Ning
2021-07-04 22:46:15 +08:00
parent 5210bbe7db
commit f3d905c817
8 changed files with 379 additions and 30 deletions

View File

@@ -1118,6 +1118,9 @@
<string name="reply">Reply</string>
<string name="uploaded_images">Uploaded Images</string>
<string name="upload">Upload</string>
<string name="capture">Capture</string>
<string name="get_image_bitmap_failed">Unable to get the bitmap of the image</string>
<string name="upload_image_failed">Unable to upload the image</string>