Code Monkey home page Code Monkey logo

jqueryfileupload.net's Introduction

jqueryfileupload.net's People

Contributors

ellemayo avatar i-e-b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jqueryfileupload.net's Issues

Thumbnail and link Issue

I have downloaded the code and the other from trendset website which is the same but when I run the code which is here I am unable to upload images and getting error:true message and If I run the code from the above mentioned website I am unable to display thumnails and I need to show the original Images when clicked on them as shown in the example.Can you please help me out with these issues?

When would UploadPartialFile be triggered

Iain, what should I set on the client (plugin init I guess) so that in .ashx handler, a UploadPartialFile would get triggered?

I am looking for the way to mark the finishing of the upload to further process the uploaded files, but in case UploadFilePartial this is rather hard to do.

Wrapping POST response in JSON object

Hi

I've been using your handler with the javascript files from the blueimp repository.

When a file is posted the handler returns an array of JSON objects with the details of the posted files, but the blueimp javascript expects an object with a single field "files" which contains the array.

So in WriteJsonIFrameSafe you have:

    string jsonObj = this._js.Serialize(statusList.ToArray());

and I have:

    string jsonObj = this._js.Serialize(new { files = statusList.ToArray() });

You can see in line 79 in jquery.fileupload-angular.js that the result should contain the files property

    var files = data.result && data.result.files;

I wasn't sure if you've changed your the javascript to match your handler response or if its out of sync with the latest code from blueimp.

I know it's only a one line fix but if you think it applies then I can clone your repo and submit a pull request. It'd be my first real contribution to the GitHub community :)

send parameter

Hello,
I am using this version of jQueryFileUpload for my .Net project. I want to know that if I send two parameter when uploading files?

Problem On IE6 and fire fox 3.6.18

Dear Friends,
I have a problem using this component. When I use this component on F.F, chrome and IE7+ , everything works as they should work.
The problem is when I use IE6 , and upload a file with the button, this error will shown on the page:
Error: Invalid JSON: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. Invalid at the top level of the document. Error processing resource 'http://localhost:56160/Upload.ashx'. Line 1, Positio...[{"thumbnail_url":"Thumbnail.ashx?f=cpuz_readme.txt","name":"cpuz_readme.txt","url":"Upload.ashx?f=cpuz_readme.txt","size":...

The file Already uploaded to the site but the error that has shown to user makes every thing wrong...:(

Additional button in fileupload-buttonbar wont theme

Hi i am trying to add a new button to add another function to upload picture via url links.
But somehow the button was unable to be themed.
Another question, how can i customize the filetransferhandler.aspx to handle my new button ? had been trying out but unable to.
Sorry if any inconvenience caused.
Thank you.

Firefox delete all issue with errors

Hi,

Awesome sample by the way!

One issue I am having on firefox is that the delete all button is deleting files that where uploaded correctly, but files that failed to upload and displayed an error, are not cleared when selecting the delete all option.

Any advice you can offer is welcomed.

Thanks

Mostrar todos los archivos subidos

Hola, quiero poner en práctica este código fantástica en mi aplicación MVC3. Pero cuando me refresque la página, los archivos subidos no aparecen más. ¿Puede alguien ayudarme con esto? Sólo quiero mostrar los archivos subidos.

Keeps on adding same name file to the list

If I try uploading same file (i.e. same name), though only single file is sent to the server and replaced with latest (working fine), the list on the browser keeps on adding same file name, as a result the list in the browser grows, though actual upload is only 1.

I think the list should reset at each upload start.

Initial file list not displaying in chrome, (works in Firefox)

First off, good job porting this project, very helpful.

One minor issue I've found - when the page first loads in google chrome, the call to ListCurrentFiles() in the ashx is failing.
I commented out the below line which seems to fix it. Not sure why its there in the first place.

context.Response.AddHeader("Content-Disposition", "inline, filename="files.json"");

Wrong content-disposition header

The recent update to Chrome R16, has highlighted that a comma is not meant to be used as the separator in the content-disposition header (it rejects the header and thus the content - in this case the file list)

context.Response.AddHeader("Content-Disposition", "inline, filename="files.json"");

Should use a semi-colon instead:

context.Response.AddHeader("Content-Disposition", "inline; filename="files.json"");

Multi file select Not working in IE

when i try to select multiple file in IE then it is not selecting multiple file.it is allowing me to select single file.But when i run this in Firefox it is selecting multiple file.Can u guide me whr i am wrong.

Thumbnails and Links work in VS2010 but not on IIS7.5

Hello! I have loaded the solution into VS 2010, and everything works perfectly. But when I deploy it to my server, in the exact state and layout I have it in VS, the thumbnails do not display (although the files do!) and the links are all broken (in the sense that any spaces have not been encoded). I have neither of these issues in my VS in debug mode. If it be a clue to fix the issue, I also cannot delete any of the files I have uploaded (I can upload just fine, however).

Using duplicate filenames

Hi

If you upload the same file more than once only the newest file exists - the older file is replaced

Thanks /Peter

Design

HI
i have 2 qus
1-how can change .net example to load only image files
and if open another files like text show error and not load it

2-how can show image of file next the name هسفثشی خب یثبعمف (defualt state:for all file show "default_thumb.jpg"

Use with Sharepoint 2010

Salve! Sharepoint 2010 runs on .net 3.5. If I change the framework for this project to 3.5, I get an error:

Error 1 'System.IO.FileAttributes' does not contain a definition for 'HasFlag' and no extension method 'HasFlag' accepting a first argument of type 'System.IO.FileAttributes' could be found (are you missing a using directive or an assembly reference?) ...FileTransferHandler.ashx.cs 147 32 jQueryFileUpload

I want to run this setup on the same application pool as sharepoint 2010. Any clues?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.