[jQuery] Multiple file upload + flash component

2010-02-01 Thread jayakumar ala
Hi , I am looking for a multifile uploader with html or jsp not with php. This should be allowed to select the multiple files from the file selector. I am sure that we can do that using the flash component. I am not familiar with flash. I am using the multifile uploader from Jquery already. Any

Re: [jQuery] multiple file upload

2010-01-26 Thread andreea oschanitzky
andreea.oschanit...@gmail.comwrote: i would like to get the path of the file when i select it for uploading, not only the final name (stored in v). How do i get the entire path of the file? thank you http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview

Re: [jQuery] multiple file upload

2010-01-26 Thread sourabh sharma
(stored in v). How do i get the entire path of the file? thank you http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview

[jQuery] multiple file upload

2010-01-25 Thread andreea
i would like to get the path of the file when i select it for uploading, not only the final name (stored in v). How do i get the entire path of the file? thank you http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview

Re: [jQuery] multiple file upload

2010-01-25 Thread sourabh sharma
at 9:03 PM, andreea andreea.oschanit...@gmail.comwrote: i would like to get the path of the file when i select it for uploading, not only the final name (stored in v). How do i get the entire path of the file? thank you http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview

[jQuery] Multiple file upload with ASP.NET MVC jQuery Multiple File Upload Plugin

2010-01-03 Thread 1gn1ter
Hello I'm using jQuery Multiple File Upload Plugin to upload several pictures. But form posts only 1, top, item. Fiddler (POST): POST /Images/UploadImages HTTP/1.1 Host: localhost:4793 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: 1.9.1.6) Gecko/20091201 Firefox/3.5.6 Accept

[jQuery] Multiple file upload - uploadify.com

2009-11-21 Thread Rams j
Hi All I have used the multiple file upload plugin http://www.uploadify.com It is not working in IE7. Could you please suggest some ways to fix this IE7. $('#testID').uploadify({ 'uploader': 'Js/jquery.uploadify-v2.1.0/uploadify.swf', 'folder':

[jQuery] jQuery Multiple File Upload Plugin - Problem in ASP

2009-06-05 Thread Daniele Di Mitri
Hi guys! I was trying to set up the plug in produced by fyneworks http://www.fyneworks.com/jquery/multiple-file-upload/. I've got a problem. I believe it's very simple for you: This script generates different input type=file but I don't know which are their NAME. In the support pages

[jQuery] Bug in jQuery Multiple File Upload Plugin

2009-05-07 Thread Fred
Hello, I dowloaded the last version of this plugin that looks great. But here is the big big problem. I just tested the most trivial examples on the following webpages : http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples I checked the example : Customising the file list

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-07 Thread Diego A.
Hi Shaun, Please double check your installation and make sure you are using the latest version of the plugin. Take a look here for a working example... http://www.fyneworks.com/jquery/multiple-file-upload/test/ Cheers, Diego A. On Apr 7, 12:14 am, shaunramos shaunra...@gmail.com wrote: Diego

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-07 Thread shaunramos
version of the plugin. Take a look here for a working example... http://www.fyneworks.com/jquery/multiple-file-upload/test/ Cheers, Diego A. On Apr 7, 12:14 am, shaunramos shaunra...@gmail.com wrote: Diego A. wrote: NEW! jQuery Multiple File Upload Plugin v1.40 http://www.fyneworks.com

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-06 Thread shaunramos
Diego A. wrote: NEW! jQuery Multiple File Upload Plugin v1.40 http://www.fyneworks.com/jquery/multiple-file-upload/ New features: 1. API method to reset control (remove all file selections) like this: $('input:file').MultiFile('reset') Improvements: 1. Now entirely based

[jQuery] NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread Diego A.
NEW! jQuery Multiple File Upload Plugin v1.40 http://www.fyneworks.com/jquery/multiple-file-upload/ New features: 1. API method to reset control (remove all file selections) like this: $('input:file').MultiFile('reset') Improvements: 1. Now entirely based in the $.fn.MultiFile namespace 2. Now

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread kuba
reseting wont work for me ;/ On Apr 2, 12:32 pm, Diego A. diego.a...@gmail.com wrote: NEW! jQuery Multiple File Upload Plugin v1.40http://www.fyneworks.com/jquery/multiple-file-upload/ New features: 1. API method to reset control (remove all file selections) like this: $('input:file

[jQuery] Re: NEW! jQuery Multiple File Upload Plugin v1.40

2009-04-02 Thread Diego A.
File Upload Plugin v1.40 http://www.fyneworks.com/jquery/multiple-file-upload/ New features: 1. API method to reset control (remove all file selections) like this: $('input:file').MultiFile('reset') Improvements: 1. Now entirely based in the $.fn.MultiFile namespace 2. Now uses

[jQuery] Multiple File Upload, help editing images

2008-10-24 Thread [EMAIL PROTECTED]
Hi everyone, I'm making a product manager for a CMS i'm working on. 'till now I made the Multiple File Upload plugin work perfecly, uploading pictures of the new products, on the new product form. But now I need to make the edition of the product, and need that all the images uploaded appear on

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-17 Thread Stefan Sturm
Hello, thanks for your answer. The multi file upload seems to work fine for me. I copied your test file and modified it slightly to print the response to the page: I found the difference between our two implementations: You use MultiFile 1.1 and I use 1.3 ( the newest one ). With 1.3 it

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-17 Thread Stefan Sturm
Hello, I tried some versions. Last working version is 1.24... Greetings, Stefan Sturm

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-16 Thread Stefan Sturm
Hello Mike, did you get a chance to take a look at the samples? I updated the samples to show you another problem with the fileupload: I added form 3: On beforeSubmit I collect all Formdata and convert them to json and send them as one field formData to the server. Without a upload this works

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-16 Thread Mike Alsup
did you get a chance to take a look at the samples? Hi Stefan, The multi file upload seems to work fine for me. I copied your test file and modified it slightly to print the response to the page: http://www.malsup.com/jquery/form/test/oct16.php The json issue is a tricky one. I don't have

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Mike Alsup
Can you post a link? I'm trying to use jQuery Form Plugin(http://www.malsup.com/jquery/form/) and jQuery Multiple File Upload Plugin(http://www.fyneworks.com/jquery/multiple-file-upload/) together to build a possibility to Upload more then one file at a time.

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
Hello, Can you post a link? Sorry, but I can't at this point. It is part of a large Intranet Project. But if it helps, I can build a little sample app... But to be clear: I should work, right? Greetings, Stefan Sturm

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
OK, I made a small example: http://tests.tripplanner.de Two Forms: 1.) With the Form PlugIn and Multi 2.) With the Form PlugIn ans no Multi The first one is not working , the second is. Check the Firebug console for the return of the upload script. It simply returns $_FILES... Greetings,

[jQuery] Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Stefan Sturm
Hello, I'm trying to use jQuery Form Plugin( http://www.malsup.com/jquery/form/ ) and jQuery Multiple File Upload Plugin( http://www.fyneworks.com/jquery/multiple-file-upload/ ) together to build a possibility to Upload more then one file at a time. But when I try to do this, the Form Plugin

[jQuery] Re: Using jQuery Multiple File Upload Plugin and jQuery Form Plugin together

2008-10-15 Thread Mike Alsup
Yes, it should work. And a sample app would be great! Can you post a link? Sorry, but I can't at this point. It is part of a large Intranet Project. But if it helps, I can build a little sample app... But to be clear: I should work, right? Greetings, Stefan Sturm

[jQuery] Multiple File Upload Update

2008-07-01 Thread Diego A.
Annoucement to anyone using this plugin: - MAJOR BUG FIX - New documentation website - Documentation available to download (works off-line just as it does online)

[jQuery] Multiple File Upload Plugin Bug in IE6/7

2007-05-04 Thread Diego A.
Hi, A user kindly reported a bug in my plugin, but I'm having a hard time trying to fix it. The plugin is here: http://www.fyneworks.com/jquery/multiple-file-upload/ The bug is: If you do specify a file extension, for example jpg, and then you try to enter a disallowed file type, for example

[jQuery] Multiple File Upload Plugin - v1.1

2007-04-12 Thread Diego A.
Blog post: http://fyneworks.blogspot.com/2007/04/jquery-multiple-file-upload-plugin-v11.html Documentation/Download/Demos: http://www.fyneworks.com/jquery/multiple-file-upload/ New features: - Events - File extension validation