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

Notification

Icon
Error

Options
Go to last post Go to first unread
BLUE  
#1 Posted : Sunday, November 2, 2008 10:51:33 AM(UTC)
BLUE

Rank: Member

Groups: Member
Joined: 3/16/2008(UTC)
Posts: 12

If I wanted to create a .txt file that contained the image

name (one image name per line), what would be a good

way to go about it?

I want the .txt file to be uploaded in the same location as

the image files, of course, but need to place a variable so

that each .txt file is unique. I can provide the variable, just

need to know how it might be passed.

Thanks!!!!!

Edited by user Sunday, November 2, 2008 10:58:58 AM(UTC)  | Reason: Not specified

Dmitry  
#2 Posted : Tuesday, November 4, 2008 4:38:15 PM(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,

As far as I understand, you want to upload text file containing list of images along with the images. And each text file should have a unique value.

Image Uploader cannot create any files on the client-side, so you need to create them using some additional solution. Or another way - is to create this file on server-side based on file names extracted from request generated by Image Uploader.

Additional unique value you can pass via ImageUploader.AddField Method.

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.