Re: Prepending date to file during upload in PS script
You cannot prepend anything with an operation mask.
You have to iterate the source files and upload them one-by-one, modifying the file name of each file separately.
Check this for a very similar problem:
https://superuser.com/q/1013540/213663
You have to iterate the source files and upload them one-by-one, modifying the file name of each file separately.
Check this for a very similar problem:
https://superuser.com/q/1013540/213663