I'm needing a bit of direction here please.
I'm busy building a site where users can upload an image to use as a profile pic and I'm trying to understand the process. In my mind the following would happen..
User uploads image which is given a unique identifier (random string). Random string is in the "user" database table while the actual image is hosted on the cdn, the url of which is recored in the "user" database table.
Is this right?
Thanks in advance.
I'm busy building a site where users can upload an image to use as a profile pic and I'm trying to understand the process. In my mind the following would happen..
User uploads image which is given a unique identifier (random string). Random string is in the "user" database table while the actual image is hosted on the cdn, the url of which is recored in the "user" database table.
Is this right?
Thanks in advance.