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

Notification

Icon
Error

Options
Go to last post Go to first unread
Marvin  
#1 Posted : Wednesday, November 28, 2012 5:19:37 AM(UTC)
Marvin

Rank: Newbie

Groups: Member
Joined: 10/31/2012(UTC)
Posts: 1

Hello,

Standard the Aurigma up sends the uploaded pictures to the file Uploadedfiles on our server. If more clients use the app right after eachother all the files get mixed up in 1 folder and we don't know who send what.

Is there a way to have different folders per user or session?

Regards,

Remco

Dmitry.Obukhov  
#2 Posted : Thursday, November 29, 2012 3:19:00 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Remco,

You should add some cookie or session which will identify a user who upload images. The you need to send this cookie with HTTP POST request through cookie property specifying it the BeforeUpload event.

On the server side, you need to get value of cookie and create a folder with its name for uploaded files.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.