Welcome Guest Search | Active Topics | Members

Dynamic folder selection Asp.net 2.0 VB Options
chris cee
Posted: Monday, January 28, 2008 9:21:19 AM
Rank: Member
Groups: Member

Joined: 11/23/2006
Posts: 13
Points: -188
I have been trying to upload the pictures to different folders depending on the event the photo's are for.

I can get a string of ../Events/2008/jan/26/Gallery/ to the Default.aspx page but can't get the parameter to the upload page.

Any idea tips welcome!



My First and only Asp.net site

<a href="www.fusic.co.uk">FUsic.co.uk</a>
Fedor
Posted: Monday, January 28, 2008 10:23:54 AM

Rank: Advanced Member
Groups: Administration , Member

Joined: 7/28/2003
Posts: 1,254
Points: -345
Location: WA, US
Chris,

Could you post the code you use?

Best regards,
Fedor Skvortsov
ChrisCee
Posted: Wednesday, June 18, 2008 4:55:53 PM
Rank: Newbie
Groups: Member

Joined: 6/18/2008
Posts: 5
Points: 15
Location: London
I'm almost there now.

I've just purchased 5,1 and need a little help

I want to change

//Configure URL files are uploaded to.
iu.addParam("Action", "upload.aspx?GPath=123" );

in default.aspx to

//Configure URL files are uploaded to.
iu.addParam("Action", "upload.aspx?Gpath=" + Request.QueryString("fullGpath"));

how do I pass the query string to the iu.addParam Action?
Eugene Kosmin
Posted: Thursday, June 19, 2008 8:12:49 PM
Rank: Advanced Member
Groups: Member

Joined: 9/19/2006
Posts: 353
Points: 180
Hi,

You can use AdditionalFormName or AddField method, but your method works too:

Code:
<script language="javascript">

var iu = new ImageUploaderWriter("ImageUploader", "800", "600");

iu.addParam("Action", "upload.aspx?Gpath=<%=Request.QueryString("fullGPath")%>");

iu.writeHtml();

</script>



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.