nodejs-storage icon indicating copy to clipboard operation
nodejs-storage copied to clipboard

Add an example for uploadManyFiles method

Open xephtar opened this issue 1 year ago • 3 comments

I am using older version of nodejs-storage. I had an issue about uploading many files into custom path. There is no option to upload custom path with using uploadManyFiles method. But I found an issue that solves this. But there is no example implementation to handle the case.

Can you add an example to upload many files into custom path?

xephtar avatar Aug 21 '24 18:08 xephtar

@ddelgrosso1 I created the issue 🙏

xephtar avatar Aug 21 '24 18:08 xephtar

Thanks @xephtar!

ddelgrosso1 avatar Aug 21 '24 18:08 ddelgrosso1

I'd also be interested in an example. I'm kinda already on it, but have difficulties with directory separators (/ vs. \) from Windows file system. I set the the directory in Node with forward slashes, customDestinationBuilder however seem to serve the path with double-backslashes. 🤷

individual8 avatar Oct 13 '24 10:10 individual8