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

Notification

Icon
Error

Options
Go to last post Go to first unread
Gene  
#1 Posted : Monday, October 19, 2009 12:07:27 AM(UTC)
Gene

Rank: Newbie

Groups: Member
Joined: 10/12/2009(UTC)
Posts: 1

Hello

I have created access based aspx(input forms) pages for an insurance company. Essentially each claim needs to have photos attached to it. So each time photos are uploaded they need to be attached to the claim. There will be hundreds of claims. I would like to have this function be automatic so I do not have to constantly attach photos to claims.

Any help would be greatly appreciated.

Gene

Dmitry  
#2 Posted : Monday, October 19, 2009 2:10:42 AM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello Gene,

Image Uploader is a client component, the only thing it can do is to upload files specified by a user to some URL that you define during integration of the control with your solution. As far as I understand you already have some server logic that manages claims. So technically Image Uploader should pass a claim ID (you already have DB for storing claims) or something like it along with uploaded images. You get this ID on server side and associate uploaded images with specified claim. The way how to upload additional data along with files you can find in the Uploading Additional Data with Files topic.

Hope it will help you.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

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.