multiple POST requests when we re-uploading images in entry form
Closed
multiple POST requests when we re-uploading images in entry form
Situation happens when we add or edit entry, and during this edition we decide to change uploaded image. Every time when we select and upload new image for same field, the number of POST requests are doubled, so when we upload image first time there is one POST request, then when we decide to change it and upload new one, and there are performed 2 POST request, after next change 4, then 8 etc... This number raise until we save the form, after saving and editing entry, whole process start from the beginning.
It also multiply number of images which are uploaded to the temporary folder at the server.
added SobiPro 1.x Core bug new labels
assigned to @TrinitySu
added fixed in vc label and removed new label
changed milestone to %1.6
Not sure if it is correct now, but what I can see the files are uploaded only once now which is good, however still there is multiple POST requests on each re-upload image. Requests aren't doubled now, but number of uploads are number of POST requests send each time, so if we changed image 4th time there are 4 POST requests, 6th time there are 6 requests and so on.
added follow up label and removed fixed in vc label
added fixed in vc label and removed follow up label
added test passed label and removed fixed in vc label