I'm developing a simple web app and I just want to allow the user to upload some pictures.
- should I just store the picture url on my database table or should I upload the whole picture?
- how can I validate the size of the picture being uploaded?
- how can I upload the picture from my controller?
thank you all!
