Register uploaded files in database by user

kponcev

New Member
Messages
5
Reaction score
0
Points
0
Please help how I can make at the time that my image is uploaded to the server is registered in mysql database with the following fields id_user, id_file, filesize, filename.

With the purpose that a user may have just listed their own photos and not all of the server.

Thanks i hope can help me
 

bucky24

New Member
Messages
1
Reaction score
0
Points
0
Are you writing your own upload script? If you are then it shouldn't be too hard. But if you're using third party scripts to upload then it could be a little more difficult.

-Bucky24
 
Top