• Resolved vcioweb

    (@vcioweb)


    If you upload a new image with the same name as an old image, the old image is overwritten with the new image.

    For example:

    Peter uploads a picture of a dog called image.png, and the next day John uploads a picture of a cat with the name image.png, result John’s image is fine because he wants the picture of a cat, however Peter’s image as it is called image.png will be that of a cat as well although it should be of a dog, since that was the one he uploaded.

    Is it not possible for the plugin to save the images in folders, for each client separately?

    So Peter > image.png and John > image.png can be named the same, and in case a client uploads two images with the same name, image.png and image.png, the second one should be saved as image-1.png.

    I want to buy the plugin but I want it to work as I say.

    • This topic was modified 2 years ago by vcioweb.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hello @vcioweb ,

    Our free version will fall into folder directory name “/uploads/wc_drag-n-drop_uploads”, in our plugin we offeres custom directory for each user/customer you can group the files by order No, Customer ID and many more.

    Please let me know.

    Glen

    Thread Starter vcioweb

    (@vcioweb)

    Can all images be grouped in one folder with the name of the order number and further inside create more folders and group them by product?

    Example:

    order1234 > product1 > image.png
    order1234 > product2 > image.png
    order1234 > product3 > image.png

    And no image should be overwritten, so image.png are all different, and in such case I upload the same one is image-1.png.

    How much does the plugin cost and how can I buy it?

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Files can be only group by orderID, name, date, time and customerID but you can rename files.

    Example: image.png
    You can rename it to something unique like : {product_name}-{sku}-{product_slug}-{filename}

    So the output above is: Product1-2222-product-1-image.png

    For the pricing and other information see here – https://www.codedropz.com/woocommerce-drag-drop-multiple-file-upload/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A new image with the same name as an old image, the old image is overwritten.’ is closed to new replies.