Welcome Guest Search | Active Topics | Members

I am trying to upload mulitple photos to a remote server Options
venkat
Posted: Wednesday, June 04, 2008 8:01:04 AM
Rank: Newbie
Groups: Member

Joined: 6/4/2008
Posts: 1
Points: 3
hi,

I am trying to upload mulitple photos to a remote server using asp.net which is not holinding the applition, i have writen application action values as the url where i have to send the images, but i would like add some more fields in the post, but i am not getting the option of Add field in asp.net, can u help me in this case

<cc1:ImageUploader ID="ImageUploader1" runat="server"
FileMask="*.jpg;*.jpeg;*.jpe;*.gif;*.bmp"
MaxDescriptionTextLength="200"
Action = "http://localhost/images/photoreciver.aspx?uid=<%=userid%>&aid=<%=albumid%>"
PaneLayout="OnePane"
Width="705px"
FilesPerOnePackageCount="1"
UploadThumbnail1FitMode="Fit"
UploadThumbnail1Height="120"
UploadThumbnail1JpegQuality="60"
UploadThumbnail1Width="120">

i would like send useid and albumid dynamicaly as fields rather than in query string.
Eugene Kosmin
Posted: Friday, June 20, 2008 4:05:10 AM
Rank: Advanced Member
Groups: Member

Joined: 9/19/2006
Posts: 351
Points: 174
Hi,

Sorry for the long delay...

You can do it from FullPageLoad event handler, for example. You can do it either from code or from control’s properties in design mode (it placed in Client-side Events section):

Code:
protected void ImageUploader1_Load(object sender, EventArgs e)
{
   ImageUploader1.FullPageLoad = "getImageUploader('ImageUploader1').AddField('UserId', '22')";
}


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.