You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to handle uploading files to the server? Specifically the use case is for images, I want to avoid storing them in the database directly so am looking to upload them and then to just store a path/url in the database.
What is the best way to handle uploading files to the server? Specifically the use case is for images, I want to avoid storing them in the database directly so am looking to upload them and then to just store a path/url in the database.