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

Notification

Icon
Error

Options
Go to last post Go to first unread
folsomfisher  
#1 Posted : Wednesday, October 7, 2009 12:24:13 AM(UTC)
folsomfisher

Rank: Newbie

Groups: Member
Joined: 10/7/2009(UTC)
Posts: 2

We are accessing a site which is using your Image Uploader control allowing us to upload photos to their site. We are uploading photos for hundreds of work orders, with each work order containing up to 10 photos. Unfortunately, it takes a great deal of time to search for the work order, and then once the data is found, upload the photos for the work order.

Our plan is to create a WinForms application, and access the site using a WebBrowser control embedded on the form. I have created a test app, and am able to navigate to the work order page containing your control, but I'm unclear as to whether it is possible to add files to the upload via programatically accessing your control on the web page.

Any information you could provide (even if it's a "no, it's not possible"), would be greatly appreciated.

Thanks,

Todd.

Tamila  
#2 Posted : Wednesday, October 7, 2009 7:38:27 PM(UTC)
Tamila

Rank: Advanced Member

Groups:
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello Todd,

Actually, you cannot add files to Image Uploader programmatically due to security. As you develop Win application you can try to use this scheme:

  1. Go to necessary folder using GoToFolder method

  2. Select all files in folder - SelectAll method

  3. You need to emulate the click on Add button. Unfortunately I do not know how to do this step, but I think it is possible in Win applications

  4. Call Send method.

I hope it helps you.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

folsomfisher  
#3 Posted : Thursday, October 8, 2009 12:22:22 AM(UTC)
folsomfisher

Rank: Newbie

Groups: Member
Joined: 10/7/2009(UTC)
Posts: 2

Hi Tamila,

thanks very much for your reply. I will give it a try!

Todd.

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.