@Roy-Mustang Вы были правы. У меня действительно были эмодзи в скрипте Node.js. После их удаления я смог нормально загрузить его на сервер. Большое спасибо!
Image upload
-
I have 10 images in a folder, want to upload it in a website, in order by filename, on the same different session.
So it's like this:
click website upload button: upload first photo
First session
click website upload button: upload second photo
Second Session
click website upload button: upload third photo
Third SessionContinue till session
etc
How to do it?
I created a source with the images folder and set up to use each file only once, but when I want to upload to the website it uploads everytime the first images only.