meteor-uploads icon indicating copy to clipboard operation
meteor-uploads copied to clipboard

Results 35 meteor-uploads issues
Sort by recently updated
recently updated
newest added

A deprecated function in formidable only works with node versions lower than 12: [https://stackoverflow.com/questions/62163677/why-does-calling-os-tmpdir-produce-an-error-on-only-some-machines](https://stackoverflow.com/questions/62163677/why-does-calling-os-tmpdir-produce-an-error-on-only-some-machines.) Unfortunately, I have no idea how to debug meteor packages and their dependencies, but I will...

I have this validate function on the client: ``` {{>upload_bootstrap multiple=false formData=formData callbacks=processUpload}} ``` ``` processUpload: function() { return { finished: function(index, file, tmpl) { //calls meteor method }, validate:...

I need to assign the file name of the uploaded file to a text input field name on the client side . How can I do this ? server side:...

Is there a way to pass Meteor.userId() when the image is uploaded? I've been trying to figure that one out for a while now.

Hi, I would appreciate to contribute to your repository. Thanks, Himanshu Verma ([email protected])

``` W20160816-20:23:05.855(7)? (STDERR) (node) Buffer.write(string, encoding, offset, length) is deprecated. Use write(string[, offset[, length]][, encoding]) instead. W20160816-20:24:18.090(7)? (STDERR) (node) sys is deprecated. Use util instead. ``` this may need some...

Hi, I'm using 'mupx' to deploy my current app to another server. the problem is that the file is being uploaded inside a docker, and when I deploy another version...

![image](https://cloud.githubusercontent.com/assets/8347826/17700580/9c0db5c8-63f0-11e6-8ea6-b16d78ef111a.png) i changed fileName: "hf476yaAZpGiiSYfz-avatar-117-16x9.jpg" so the url not change. ### addition - path is same with fileName, so path is for what ? - have some ways to seperate...

any possible way to use this package with simple schema ?

Hi guys, is there a way to limit the access to the public files uploaded? _let me explain_ i have a public link, to each of the uploaded files, so...