0
Dear implementing upload in my project, I was guided by the project of Algaworks Brewer ( upload the photo of beer), using a front-end framework Uikit
The upload is being done, so I could notice that in a folder with the name "null" is serving as the place where the files are being stored, but there is something very strange occurring and I can’t say why.
Well first the image of the uploaded file is not appearing and I realize the 404 error is occurring in a GET, as I noticed that a folder is created inside the project folder only with the name null, when it should be the photo folder
I understand that it is not very revealing what I described more if someone who makes use of these technologies can comment