Ray Nicholus

Results 357 comments of Ray Nicholus

Since you have a meta tag, then the issue does seem to be server-side. I was able to upload a file using the exact name in your issue report without...

I guess I'm not certain if the issue is the data sent by Fine Uploader, or the signature generated by the server. If you are still unable to upload the...

The escape sequence generated by Fien Uploader that you have posted for that filename is correct. The canonical URI is not URL encoded, it is escaped. The process required to...

Did this involve changing internal Fine Uploader code? If so, we'll want to find a better solution as this will make upgrading a problem for you.

Yes, that is my understanding as well. I was unaware of a better way to address the AWS-specific requirements that came out while working on #1336. I believe AWS' JS...

The drop zone message is meant to be informative and instructional. After the user has already selected files, my assumption was that they are already familiar with the procedure and...

Unfortunately, there are no small changes with a library of this age and complexity. Manual workflow and regression testing is needed for all changes, and changes to the drop code...

Hmm type definitions, that world be a good thing to add I guess

I plan on creating an issue to track this. Perhaps someone (maybe even myself) will pick this up when the need arises.

Are you seeing a symptom of this problem? If so, a pull request with a confirmation of the fix will be helpful. Have two people verify is better than one.