Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
GeorgeCampos  
#1 Posted : Wednesday, May 23, 2012 12:00:41 PM(UTC)
GeorgeCampos

Rank: Advanced Member

Groups: Member
Joined: 6/15/2006(UTC)
Posts: 31

Thanks: 8 times
http://forums.aurigma.co...-Uploader-7-and-ASP.aspx
I was able to install your aspClassic(asp_iu7) code for Image Uploader 7 very easily, but now I would like to make it work with AurigmaUp for iOS/Android and I don't know how to start.

Any suggestions?

http://www.aurigma.com/m...etting-started.aspx#tabs
You just need to do three things:
1.Insert the Upload link that will launch the application. You will also specify its settings there.
2.Get a license key. Do not worry, it is absolutely free!
3.Write a simple server-side code that will parse the HTTP POST request sent by the app and save photos/videos to your server hard drive.

Step 1 & 2 are very easy, but I am stuck on step 3.

http://www.aurigma.com/mobile/api.aspx#tabs
Hint

The POST request format of Aurigma Up is a subset of the POST request format of Aurigma Image Uploader 7. So if you are already using Image Uploader, it is possible to reuse the upload processing code (with the certain modifications).

Can I get some help with "the certain modifications".

Thanks,
George

Dmitry.Obukhov  
#2 Posted : Wednesday, May 23, 2012 7:54:35 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello George,

I attached Upload.asp file. You can find the same file in the ASP/BasicDemo/ folder downloading and installing Image Uploader 7 SDK.

So Upload.asp file contains server-side code which handles uploaded files and savs them to server. You will need to set uploadUrl property to url where Upload.asp is located. Please do not forget to install one of upload components:

ABCUpload
DundasUpload
PersitsAspUpload

An upload component is required because ASP environment does not provide functionality required to process uploaded files by default. Please note that these upload components are third-party software, and Aurigma is not responsible for their work.

Edited by user Wednesday, May 23, 2012 7:56:55 PM(UTC)  | Reason: Not specified

File Attachment(s):
Upload.zip (2kb) downloaded 14 time(s).
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
GeorgeCampos on 5/24/2012(UTC)
GeorgeCampos  
#3 Posted : Thursday, May 24, 2012 11:01:56 AM(UTC)
GeorgeCampos

Rank: Advanced Member

Groups: Member
Joined: 6/15/2006(UTC)
Posts: 31

Thanks: 8 times
Hello Dmitry,

Your suggested code works very well. I am making progress much faster than when I did my first Aurigma integration. My compliments to you and your team.

I have the development site working with both Aurigma Up and Image Uploader 7. I can succesfully upload images from Android and IOS devices.

My next question: When using Aurigma Up how do I generate a thumbnail file? Do I create the thumbnail at the client or at the server?
When using a PC with Image Uploader 7 the thumbnail is created at the client and /iu7/BasicDemo/Gallery.asp works great. What is the equivalent behavior with Aurigma Up?

Thanks again,
George


Dmitry.Obukhov  
#4 Posted : Thursday, May 24, 2012 7:20:07 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello George,

Thank you for your words to our address :)

As for your question about thumbnails.. Unfortunately Aurigma Up cannot resize images on client side. In this case you will need to implement server-side code which will do it.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
GeorgeCampos on 5/25/2012(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.