Start a Project

Send The Photo (Camera or Media library) to Server by Application (Swift)

Sometimes we need to send the images to a server by taking images from media library or by a camera for this we need to follow some steps.

Here are some steps:

1: Enter the key in info.plist file in a project

a: Media library usage description.

b: photo library usage description.

c: camera usage description.

2: Write this code to access the camera or media library of your phone.

3: Now there are one thing to add in current View controller.

4: There is one delegate method that will receive the image from either camera or media library.

5: Now we need to send the image to server:

Exit mobile version