Wayne

Results 37 comments of Wayne

I don't think that any current browsers allow you to change the name of the file before its uploaded. You could change the path its stored in S3 though.

@chadwtaylor you can't modify the filename exactly, but you could append to it by modifying this line: https://github.com/waynehoover/s3_direct_upload/blob/master/lib/s3_direct_upload/form_helper.rb#L52 How would you like to modify the filename?

Thank you for this, but I would rather not break ie 8 compatibility just yet. I'll keep this pull open in case we can figure out a solution.

After looking over the code, I actually don't think we will have problems with IE here. What issues did you run up against with IE?

@sheerun would you be willing to send a pull based on your work?

Thanks this looks good, sorry for the long delay, can you rebase on master? I'll merge in.

I'm not sure why you are removing the {} replacing. ``` key = $uploadForm.data("key") .replace('{timestamp}', new Date().getTime()) .replace('{unique_id}', @files[0].unique_id) .replace('{extension}', @files[0].name.split('.').pop()) ``` I find that much easier to read than...

At the moment this isn't possible, we would need to create another option, something like `key_ends_with` and pass it a regex with the endings you would like probably something in...

What version of firefox does this happen on?

The ability to deploy proxies via create2 is the last remaining thing keeping me from using the upgrades plugin to deploy, is this feature planned?