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

Notification

Icon
Error

Options
Go to last post Go to first unread
mschipperheyn  
#1 Posted : Sunday, May 18, 2008 5:41:19 AM(UTC)
mschipperheyn

Rank: Newbie

Groups: Member
Joined: 5/10/2008(UTC)
Posts: 2

Hi,

I seem to have a problem with the Action attribute. If I specify an absolute or relative path like /somedir/upload.html or somedir/upload.html it doesn't work. But if I use http://server/somedir/upload.html it does.

I don't understand. Any ideas?

Cheers,

Marc
Eugene Kosmin  
#2 Posted : Sunday, May 18, 2008 12:28:01 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi Marc,

Please try to set action in such way:

Code:
iu.addParam(“Action”, “//somedir/upload.aspx”);


Actually, this is wrong behavior, relative path in future versions will be set as you described above:

Code:
iu.addParam(“Action”, “/somedir/upload.aspx”);

Best regards,
Eugene Kosmin
The Aurigma Development Team
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.