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

Notification

Icon
Error

Options
Go to last post Go to first unread
roger  
#1 Posted : Monday, November 17, 2003 1:52:00 AM(UTC)
roger

Rank: Member

Groups: Member
Joined: 11/17/2003(UTC)
Posts: 3

Hi,

I'm working with multi sessions...

I want to input several images for diferent users, but only the user can see the pictures...

I mean, I'm the one who will input the images for the users, and they will only see the images...

Is that possible?

Thanks,

Roger

Andrew  
#2 Posted : Monday, November 17, 2003 11:44:00 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Roger,

Could you describe it more detailed? What "workflow" are you going to get? As far as I understand you want to develop an application where one (admin) will upload images to server and others (permitted users) can browse them. Am I understand right?

If so, I do not see any problem. Image Uploader is just a client-side tool to upload images, so you can develop any server-side application you want regardless whether you use Image Uploader or just HTML input field...

roger  
#3 Posted : Thursday, November 20, 2003 12:45:00 AM(UTC)
roger

Rank: Member

Groups: Member
Joined: 11/17/2003(UTC)
Posts: 3

Let's suppose that I have 30 images. I(admin) want to input 20 images for one user and the other 10 images to another user. The user that I inputed 20, will only see those images... and the same thing to the other... Is that possible with Image Uploader?

Thanks,

Roger

Andrew  
#4 Posted : Thursday, November 20, 2003 3:49:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
You can implement it, but with one limitation - you will be able to upload images only for one user at one time. For example: first you select 20 images for the first user, then click Upload. After these images are being uploaded, you select another 10 images and send it to another user.

The implementation will be looking like this:

1. Add input field into the page where you host Image Uploader.

2. Say Image Uploader to upload value from this field among the images (see AdditionalFormName param).

3. On server analyze the value of input field. For example you can specify here user name or user id. Using this value make images available for appropriate user...

I hope this helped you... Please let me know if you have some other questions.

========================================================

02/14/2008, Fedor

Additional info

You can use also AddField method instead of attached additional form.

========================================================

Edited by user Wednesday, February 13, 2008 5:52:41 PM(UTC)  | Reason: Not specified

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.