I'm making a copy of a list and I want to copy the image data. I want to know if I have to duplicate the file structure of the original list. The original list has the photos in "List/Attachments/(Item number)/" and has a name "Reserved_ImageAttachment_[(some number)]_[(some number)] and other stuff...".
Here's an example:
"....%20List%2FAttachments%2F25%2FReserved_ImageAttachment_%5B5%5D_%5BPhoto%5D%5B42%5D_%5B(original filename)"
I would rather put the images in a folder called "Photos" with understandable names.
Can I do that? Will I break some Sharepoint List internals? My fear is Sharepoint will someday change how it organizes data and the links will break.
How should I do this?