Okay i explain a bit detail. What exactly i am trying to do
is:
Adding the record in the database with fields like add name,
choose category from 4 hardcoded values in the form, like(schools,
Families, Couples, Honeymoon) and if the user does not want to add
the record in the above category, he can write his/her own category
in the textbox provided.
Okay the record is added to the database and images and any
attachment file will be added to the category that person will
choose, like the category he choose is LOCATIONS (his own created
category), so a folder with Name LOCATIONS wwill be created. If the
inserted ID is 1st then the Folder of name 1 will be created and
all his images/attachments wwill be stored over there.
Hope u understood till the time what i am trying to convey
here?
Now when editing, let's say he choose another category for
the record he is editing. Okay till now his category was LOCATIONS,
he choosed his category now to FAMILIES.
My problem occurs there, where, Should i move the
images.attachment to the new created folder and delete the old
folder 1 under LOCATIONS and add a new Folder 1 under FAMILIES with
the updated info.
So i was just curious this cause some load on the Cfusion
server as there might be bit of good enough to be done by the
sever. WELL ALSO I WILL BE PLACING MY COMPLETED WEBSITE ON SHRED
HOST. sO THIS COULD CREATE A PROBLEM.
iN THIS REGARDS I NEED A SUGGESTIONS?
tHANKS