CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Upload image issue #45

Open lukatonson opened 7 years ago

lukatonson commented 7 years ago

Hello Nemmo, great extension! On one hand i want to know if there is a method to upload images to my web server in the same order they appear in the preview of multiple file upload scenario. After upload the order get modified. On the other hand i'm experimenting a duplicated image upload issue. The name of the files are the originals but the resulting images get duplicated. Have you got an idea what could be causing this?

Thanks!

lukatonson commented 7 years ago

This is de scenario. Suppose you have 2 images order by name in some folder, 1.jgp and 2.jpg. In multiple upload file with image preview, if you choose 2.jpg first and then 1.jpg to upload, you will get the first image overwritten by the second one.

CTOlet commented 7 years ago

Hi! And then you have only one image 1.jpg?

lukatonson commented 7 years ago

Hi Nemmo! After doing more tests, i found out that the problem appears when you set de imageResize attribute. You get 1.jpg twice, however the name of the second image keeps being 2.jpg. In conclusion the image file save in the folder corresponds to 1.jpg duplicated.