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

Notification

Icon
Error

Options
Go to last post Go to first unread
selvan  
#1 Posted : Wednesday, June 13, 2012 8:10:57 AM(UTC)
selvan

Rank: Newbie

Groups: Member
Joined: 6/9/2008(UTC)
Posts: 2

Hi,

Is it possible to pass some querystring values in returnUrl?

I like to pass some values as query string once the file upload is complete.

Thanks!
Selvan
Dmitry.Obukhov  
#2 Posted : Wednesday, June 13, 2012 11:08:51 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 Selvan,

Unfortunately it is not possible to set several values of redirectUrl property.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
selvan  
#3 Posted : Thursday, June 14, 2012 2:31:13 AM(UTC)
selvan

Rank: Newbie

Groups: Member
Joined: 6/9/2008(UTC)
Posts: 2

Alright, Thanks.

Selvan
bianchi007  
#4 Posted : Sunday, September 9, 2012 10:32:38 PM(UTC)
bianchi007

Rank: Newbie

Groups: Member
Joined: 4/18/2009(UTC)
Posts: 6

Was thanked: 1 time(s) in 1 post(s)
Will this be available in an update?

There are URLs I used that require an id parameter value and these URLs are for the redirectUrl and the uploadUrl. I tried to encode the urls as well but that didn't work. The reason why is because the images are being uploaded for a product and I need to know the product id and also be able to return back to the product page.

Any information on this would be helpful?

Thank You!
Dmitry.Obukhov  
#5 Posted : Monday, September 10, 2012 1:01:39 AM(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,

You may send ID as additional field specifying the addCustomField method in the BeforeUpload event.

Edited by user Wednesday, September 19, 2012 12:41:03 AM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
fhgfhfghg  
#6 Posted : Tuesday, September 18, 2012 10:43:00 AM(UTC)
fhgfhfghg

Rank: Newbie

Groups: Member
Joined: 6/28/2012(UTC)
Posts: 2

can you post an asp.net example ?

thank you
Dmitry.Obukhov  
#7 Posted : Wednesday, September 19, 2012 12:44:00 AM(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,

Here are the code snippet:
Code:

<script type="text/javascript">
function onBeforeUpload() {
  this.metadata().addCustomField("Name", "Value", true);
}
</script>

<aur:Uploader ID="Uploader1" runat="server" OnFileUploaded="Uploader1_FileUploaded"
Width="100%" Height="500px">
  ... other parameters ...
  <ClientEvents>
    <aur:ClientEvent EventName="BeforeUpload" HandlerName="onBeforeUpload" />
  </ClientEvents>
</aur:Uploader>
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
virgoshyam1  
#8 Posted : Thursday, October 25, 2012 6:16:46 AM(UTC)
virgoshyam1

Rank: Newbie

Groups: Member
Joined: 10/18/2012(UTC)
Posts: 7

Thanks: 2 times
Hi Dmitry,

could you please provide me the similar code for PHP, i want to send additional variable like sale_id with upload.php..something like..

mydoamin/upload.php?sale_id=547..



virgoshyam1  
#9 Posted : Thursday, October 25, 2012 6:21:07 AM(UTC)
virgoshyam1

Rank: Newbie

Groups: Member
Joined: 10/18/2012(UTC)
Posts: 7

Thanks: 2 times
i forgot to add one thing and that is i need this for I phone/Android based application so please provide me some help in details because i am already very confused that how this is working..:)
Dmitry.Obukhov  
#10 Posted : Friday, October 26, 2012 1:56:49 AM(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,

To send additional value with HTTP POST request, you should add a field you want to send through field parameter in the Aurigma Up link, e.g.:
Code:

<a href="aurup:?
  uploadUrl=http://domain/Fupload.php&
  licenseKey=XXX-XXX-XXX-XXX-XXX&
  fields=sale_id=<?php...?>">
Upload Images</a>

Edited by user Friday, October 26, 2012 1:57:36 AM(UTC)  | Reason: Not specified

Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
virgoshyam1 on 11/1/2012(UTC)
brandon2  
#11 Posted : Friday, November 22, 2013 6:24:29 PM(UTC)
brandon2

Rank: Newbie

Groups: Member
Joined: 11/21/2013(UTC)
Posts: 3

Would you be able to help me if so Email me at rcw091356@gmail.com , Im really lost at what im trying to do anyway i have Aurigma App installed on android ph. in settings it asking for Upload URL & Redirect URL Can you help on this my website is http://whatsudoing.com Thanks
Andrew  
#12 Posted : Saturday, November 23, 2013 12:48:57 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
brandon2  
#13 Posted : Saturday, November 23, 2013 4:22:30 PM(UTC)
brandon2

Rank: Newbie

Groups: Member
Joined: 11/21/2013(UTC)
Posts: 3

Do you do any install jobs , so i can have this working correct,we dont know how to complete,its kinda over our heads lol,Thanks
Andrew  
#14 Posted : Tuesday, November 26, 2013 4:11:36 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Please create a support ticket and explain what is specifically going wrong (any error messages, screenshots, etc will help). I will try to help.
Users browsing this topic
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.