[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 he

Re: [jQuery] multiple file upload

2010-01-26 Thread sourabh sharma
>>> 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 andreea oschanitzky
at 9:03 PM, andreea wrote: > >> 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 wrote: > 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

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

[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 A

[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': 'Js/jquery.uploadify-v2

[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 but I don't know which are their NAME. In the support pages they sugge

[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 shaunramos
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 wrote

[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 wrote: > Diego A. wrote: >

[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

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

2009-04-02 Thread Diego A.
Hi Kuba, You need to apply the method to a file element that has already been initialized by the plugin, not the container... Cheers, Diego A. 2009/4/2 kuba > > reseting wont work for me ;/ > > > On Apr 2, 12:32 pm, "Diego A." wrote: > > NEW! jQuery Multiple

[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." 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: &g

[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.MultiF

[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 a

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

2008-10-16 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, 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-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-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-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, Stefa

[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] 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 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] 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

[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 exam

[jQuery] Multiple File Upload Plugin for jQuery

2007-04-19 Thread oscar esp
I am trying to load (using $.load()) a page which contains a form with Multiple File Upload Plugin but it doesn't work. Any idea? Here is the code: . . Empty div . . upload.asp jQuery.noConflict(); Example 4 This example requires the MetaData plugin. Here's is how

[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