So I need to store several files per user in the server, how can associate files with user records in database, can i store in db some id of file or something like that? I thought about renaming file, but it's not a very good idea, in my opinion. Also I need to store file in the server if its a debug mode and upload it cloud in release mode, of course it's make a things a little harder
↧