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

Notification

Icon
Error

Options
Go to last post Go to first unread
SanchopansA  
#1 Posted : Monday, June 6, 2011 1:54:48 PM(UTC)
SanchopansA

Rank: Newbie

Groups: Member
Joined: 6/6/2011(UTC)
Posts: 1

Hello guys!

How I can use this application if I have uploadUrl like this:

http://mysite.com/index....ue1&param2=value2...

and also redirectUrl looks like in example above

link will be looks like this:

<a href="aurup:?uploadUrl=http://mysite.com/index.php?param1=value1&param2=value2

&redirectUrl=http://mysite.com/index.php?param1=value1&param2=value2

&returnUrl=http://mysite.com/index.php?param1=value1&param2=value2

&licenseKey=76FF4-00000-00008-A0D89-11539-21A72E&">Upload files</a>

I think this wil be incorrect url... I need make urlencode for urls?

Please help me.. because deadline for project already near :(

Best regards,

Alexandr

Dmitry.Obukhov  
#2 Posted : Wednesday, June 8, 2011 9:54:34 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 Alexandr,

It will be correct link, and you will not face any problems with it. Please try it, and let me know about your results.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

norton  
#3 Posted : Thursday, July 28, 2011 10:40:25 PM(UTC)
norton

Rank: Newbie

Groups: Member
Joined: 6/1/2011(UTC)
Posts: 5

seems Aurigma UP cut off all query string params except first? any solution how I can pass all to upload page?
Dmitry.Obukhov  
#4 Posted : Thursday, July 28, 2011 11:08:31 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,

Unfortunately, we have not got the similar complaints from other our clients before. Could you please share details of the problem you are talking about?

Edited by user Thursday, July 28, 2011 11:13:15 PM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

norton  
#5 Posted : Thursday, July 28, 2011 11:35:01 PM(UTC)
norton

Rank: Newbie

Groups: Member
Joined: 6/1/2011(UTC)
Posts: 5

Dmitry.Obukhov wrote:
Hello,

Unfortunately, we have not got the similar complaints from other our clients before. Could you please share details of the problem you are talking about?

<a href="aurup:?uploadUrl=http://192.168.1.33/media/Upload.aspx?

username=myname&password=mypassword&nolinks=1&redirectUrl=http://localhost/mobile/member/

media/&returnUrl=http://localhost/mobile/member/media/&licenseKey=mylicansekey&

debugging post request to http://192.168.1.33/media/Upload.aspx it is showing me only

username=myname query string param...

other params removed password=mypassword&nolinks=1

Edited by moderator Thursday, July 28, 2011 11:45:43 PM(UTC)  | Reason: Not specified

norton  
#6 Posted : Friday, July 29, 2011 1:38:40 AM(UTC)
norton

Rank: Newbie

Groups: Member
Joined: 6/1/2011(UTC)
Posts: 5

any ideas?
Dmitry.Obukhov  
#7 Posted : Friday, July 29, 2011 2:04:06 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)
Please try to wrap the upload url to double quotes, like in this code snippet:

Code:

<a href="aurup:?uploadUrl="http://192.168.1.33/media/Upload.aspx?
username=myname&password=mypassword&nolinks=1"&redirectUrl=http://localhost/mobile/member/
media/&returnUrl=http://localhost/mobile/member/media/&licenseKey=mylicansekey&....</a>
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

norton  
#8 Posted : Friday, July 29, 2011 2:48:17 AM(UTC)
norton

Rank: Newbie

Groups: Member
Joined: 6/1/2011(UTC)
Posts: 5

ok, thanks for reply, working with single quotes.
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.