rooster416

Results 3 comments of rooster416

No, unfortunately not. We just stopped using Internet Explorer. ----- Original Message ----- From: leydisContre7777 To: hugodias/FileUpload Cc: rooster416 Sent: Saturday, March 29, 2014 5:34 AM Subject: Re: [FileUpload] json...

Hugo, Here is my code. When I press the delete button, the confirm box successfully shows up, but when I press the cancel button on the popup, it deletes the...

Sorry, my code did not make it. I will try again. ``` {% for (var i=0, file; file=o.files[i]; i++) { %} {% if (file.error) { %} {%=file.name%} {%=o.formatFileSize(file.size)%} {%=locale.fileupload.error%} {%=locale.fileupload.errors[file.error]...