Nodejs CMS Tutorial For Beginners - Part 17 - File Upload

preview_player
Показать описание
In this part we learn how we can upload an image to the server and store the url in the database.

Рекомендации по теме
Комментарии
Автор

the question is: what i need to remove uploaded file when i trying delete post using admin panel? anyone help?

majkelele
Автор

hello, thank you for your work again. but i can not update existing file by using the same code. it says file is empty. this happens only when i use this to update existing post. do you have a video or a code for updating the file? Also, does this manage to rename files like adding (1) to the name of the file if it already exists?

GiorgiGvimradze
Автор

the codes written are correct, but I cannot access the file name. what kind of solution do you suggest?
TypeError: Cannot read property 'name' of undefined
at submitPosts
at Layer.handle [as handle_request]
at next
at next
at Route.dispatch
at Layer.handle [as handle_request]
at
at Function.process_params
at next
at next
at
at Layer.handle [as handle_request]
at next
at Route.dispatch
at Layer.handle [as handle_request]
at

ibrahimhalilserindag