Ray Nicholus

Results 352 comments of Ray Nicholus

> This being client-side tech, there are plenty of ways to spoof the data being sent. A spoofed hash doesn't harm anyone other than the uploader, as their file simply...

The only planned change to Fine Uploader is that which is documented in "plan A" above (see the first "task"). The rest will be an integration which will be demonstrated...

> Well a spoofed hash cannot be detected by the server without the file correct? So if I know the hash of a file on the server I could link...

I suggest that, if you do end up implementing this feature into your own project, you not simply serve up files without checking for appropriate permissions. The file hashing feature...

Ah, I see, you had a very specific implementation in mind. But this is not something that any client-side library could ever prevent against. The best defense against this is...

Thanks for the report. If you'd like to see this in a near-future version of Fine Uploader, a pull request will speed things up. I don't anticipate that I personally...

no idea. that's been in place for at least 4 years most likely. inconsistent code evolution?

Thanks for the report. I don't have time to fix this right now, or even look into it. But I'd love to see a PR, if you have the time.

This is a known limitation, and it is only an issue in IE10+ since we must serialize the form ourselves to take full advantage of the File API. The form...

Can you explain how you worked around this? Did you just rename your form fields such that there are no duplicates? On May 31, 2016 at 8:10:16 AM, Jason M...