Multipart upload through Mobypicture API (photo service)

bluedude

Well-Known Member
Licensed User
Longtime User
Hi,

I created a small sample to upload pictures to a third party photo service called Mobypicture.com.

You need to register there and create an account to obtain a developer key. From that moment on you are ready to go, replace your stuff in the B4A code.

Using this sample you can create your own Android Camera app. that uploads to Mobypicture. They have a great bunch of web services to search GEO photos etc.

You can download the code here: http://www.things.io/downloads/multipartpost.zip
It is too big for the forum attachements.

Cheers,
 

gaucho

New Member
Licensed User
Longtime User
The link is broken 8(

Can you Upload the project again please.

Best regards
El Gaucho

Hi,

I created a small sample to upload pictures to a third party photo service called Mobypicture.com.

You need to register there and create an account to obtain a developer key. From that moment on you are ready to go, replace your stuff in the B4A code.

Using this sample you can create your own Android Camera app. that uploads to Mobypicture. They have a great bunch of web services to search GEO photos etc.

You can download the code here: http://www.things.io/downloads/multipartpost.zip
It is too big for the forum attachements.

Cheers,
 
Upvote 0

optimist

Member
Licensed User
Longtime User
hello bluedude,
i dont know the solution from gaucho (mobypicture), but i can help you with multipart uploads.

In the attachment you will find a patched HttpUtils Module. Have a Look at
Sub CreatePostRequest(JobName As String, URL As String, NameValues As Map, Files As List)

Greetings from Germany
 

Attachments

  • HttpUtils.bas
    6.3 KB · Views: 201
Upvote 0
Top