Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COI have included an additional code where it displays a seperate php script where it does the file uploading server side, is this what you need to see in order to retrieve filename? Also are you saying remove this line `$('.listImage').eq(window.lastUploadImageIndex).append('<div>' + htmlEncode(imagefilename) + '<button type="button" class="deletefileimage" image_file_name="' + imagefilename + '">Remove</button><br/><hr/></div>'); `? Because I really need that line. I prefer the pass the filename argument to the function method
      singulars
    2. COI've looked closer. It works OK in the successful case, because `imageupload.php` returns Javascript code that calls `stopImageUpload()` with the filename of the image it just received. `stopImageUpload()` only tries to display the filename when `success == 1`. The problem is that the cancel click handler calls it first with `success == 2`, which is OK, but then in the iframe `load` handler it calls it again with `success == 1`. I'm not sure why you need that second call, since there's no successful upload to report.
      singulars
    3. COI included an update 2 in my question which provides an explanation to your comment, maybe that change I did in that iframe load is causing the whole problem. Do you know what it should be fixed to. I beleive if that is fixed then the HtmlEncode will not have an error and thus this will be all solved
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload