Need to upload a series of images into the same folder in umbraco
I'm trying to upload a series of images into the same folder in umbraco but it seem to give each image a separate sub folder. Does anyone know how this can achieved easily in Umbraco.
I want to avoid using ftp to transfer the files.
You could do this in code and upload them wherever you wish, but if you are doing it from the back office then this is how umbraco stores it's files, not sure if it can be over-ridden or not
Need to upload a series of images into the same folder in umbraco
I'm trying to upload a series of images into the same folder in umbraco but it seem to give each image a separate sub folder. Does anyone know how this can achieved easily in Umbraco. I want to avoid using ftp to transfer the files.
I'd like it to be like this.
/media/folder1/image-series-01.jpg
/media/folder1/image-series-02.jpg
/media/folder1/image-series-03.jpg
instead of this.
/media/xkjsakds/image-series-01.jpg
/media/paosdas/image-series-02.jpg
/media/xcswves/image-series-03.jpg
You could do this in code and upload them wherever you wish, but if you are doing it from the back office then this is how umbraco stores it's files, not sure if it can be over-ridden or not
Hello Amir,
Try this :-
is working on a reply...