I found this two links than solved my problem parcially. Finnally I will be do in backEnd code.
https://www.html5rocks.com/es/tutorials/file/dndfiles/
https://www.html5rocks.com/es/tutorials/file/filesystem/#toc-file
I found this two links than solved my problem parcially. Finnally I will be do in backEnd code.
https://www.html5rocks.com/es/tutorials/file/dndfiles/
https://www.html5rocks.com/es/tutorials/file/filesystem/#toc-file
I try to use File Picker to select files from my system and then upload them to a folder with my form.
I successfully loaded the files into the data variable, but for my next step I need these chosen files to load and I don’t know where they are stored inside File.
When I inspect File I can see: { name, lastModified, lastModifiedDate, webkitRelativePath, size, type }
Where is my File data to upload It?
Perfect!! It’s Works! I need a extra modifications to my specific case but it’s works perfectly.
Thanks
Thank you. I try to do it that way and I tell you results.
I have seen that when modifying the value of the variable with JavaScript that is used in v-model within the range component this value is not modified instantly.
This causes a form that will send a data, modified from JavaScript before, to send the data with the previous value and not with the modified one and associated with the variable “data.range.min” from JavaScript.
Is this a bug or is it a feature?