Welcome Guest Search | Active Topics | Members

problem with upload path Options
mschipperheyn
Posted: Sunday, May 18, 2008 1:41:19 PM
Rank: Newbie
Groups: Member

Joined: 5/11/2008
Posts: 2
Points: 6
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
Posted: Sunday, May 18, 2008 8:28:01 PM
Rank: Advanced Member
Groups: Member

Joined: 9/19/2006
Posts: 352
Points: 177
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.

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.

Main Forum RSS : RSS

YAFVision Theme Created by Jaben Cargman (Tiny Gecko)
Yet Another Forum.net version 1.9.1.6 running under Cuyahoga.
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.