valums-file-uploader

Fine-uploader vs file-uploader license [closed]

橙三吉。 提交于 2019-12-07 13:57:57
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Looks like both of the libraries built by Andrew Valums. They both seem to have the same license(GNU GPL v3). File-uploader can be easily downloaded but for the fine uploader I have to provide my email address to download and it would allow me to use it only for 45 days for free. As of now it seems I'm able to

Fine-uploader vs file-uploader license [closed]

微笑、不失礼 提交于 2019-12-06 01:45:19
Looks like both of the libraries built by Andrew Valums. They both seem to have the same license(GNU GPL v3). File-uploader can be easily downloaded but for the fine uploader I have to provide my email address to download and it would allow me to use it only for 45 days for free. As of now it seems I'm able to clone both of these on github. My question is can I use both or one of these libraries in our of my clients projects for without getting a commercial license? Ray Nicholus Update : As of version 5.9.0 in May of 2016, Fine Uploader is now 100% Free Open Source Software, licensed under MIT

Valums File Uploader - Including ValidateAntiForgeryToken

社会主义新天地 提交于 2019-12-02 08:44:29
I'm trying to protect my upload controller method using the MVC ValidateAntiForgeryToken but I'm struggling to work out how to get the __RequestVerificationToken included in the post. My action is like this: [HttpPost, ValidateAntiForgeryToken] public ActionResult FileUpload(HttpPostedFileBase qqfile) Looking through the documentation for the uploader there aren't any exposed hooks that I can find that would allow me access outside the qq code to manipulate the form it generates. Has anyone else managed to get this to work? After editing the source file for the form creation my requests are

Upload fails when user drags and drops attachment from email client

本小妞迷上赌 提交于 2019-11-26 16:39:10
I am using valums fileuploader using jQuery to implement drag and drop functionality in my application. The functionality was running smoothly until one of the users tried the following. The user received an email with an attachment. He tried to drag and drop the attachment directly from the email client(Outlook) onto the browser and in the drop area. The upload was unsuccessful. But when he saved the file into his filesystem and then drag and dropped the file the upload was successful. Can anyone let me know what happens in background when the user drags a attachment directly from email? Does

Setting PHP tmp dir - PHP upload not working

自闭症网瘾萝莉.ら 提交于 2019-11-26 09:23:50
问题 I\'m working on file upload via a webpage with a progress bar using Valums file uploader. Almost everything works fine, but I\'m not able to change the default tmp directory, where the file is stored during the upload. Files should be stored in /upload directory and not in default system /tmp directory, because /tmp is mounted in a RAM disk which has its size limited to 4 MB and user will be uploading files around 10 MB. I\'ve searched lots of webpages, but none of solutions worked. I\'ve set

Upload fails when user drags and drops attachment from email client

风流意气都作罢 提交于 2019-11-26 04:53:41
问题 I am using valums fileuploader using jQuery to implement drag and drop functionality in my application. The functionality was running smoothly until one of the users tried the following. The user received an email with an attachment. He tried to drag and drop the attachment directly from the email client(Outlook) onto the browser and in the drop area. The upload was unsuccessful. But when he saved the file into his filesystem and then drag and dropped the file the upload was successful. Can