I have to modify the multiple upload file in dbman.
It works perfectly but the script saves every uploaded file in a separate directory. It looks like that:
For examble:
picture 1 was saved in directory 1
picture 2 was saved in directory 2
picture 3 was saved in directory 3 ........
First of all I need that the script saves every picture in the same directory.
Second,I need that the script writes the information where the uploaded picture was saved into the "default.db" so that I can update my database to a later point in time.
So I ask you, how and where I have to modify the script?
I hope for someone can help me
Thank you for spending your time
with best regards
donkey
It works perfectly but the script saves every uploaded file in a separate directory. It looks like that:
For examble:
picture 1 was saved in directory 1
picture 2 was saved in directory 2
picture 3 was saved in directory 3 ........
First of all I need that the script saves every picture in the same directory.
Second,I need that the script writes the information where the uploaded picture was saved into the "default.db" so that I can update my database to a later point in time.
So I ask you, how and where I have to modify the script?
I hope for someone can help me
Thank you for spending your time
with best regards
donkey