DA: It does seems that the URL you send talks about usage of php. I am
looking for without php as php is not allowed in our case.
Any one else tried the multifile upload using the flash component...for
multiple file selection from file selector ? I am already using multifile
library of jquery.
On
Any help is appreciated.
-- Forwarded message --
From: jayakumar ala
Date: Mon, Feb 1, 2010 at 8:34 AM
Subject: Multiple file upload + flash component
To: jquery-en@googlegroups.com
Hi ,
I am looking for a multifile uploader with html or jsp not with php. This
should be
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
r group
> */
> alert(this.id + ': ' + $('.MultiFile',
> this).length);
>});
>return false;
>});
> });
>
>
>
>
> method="post">
>
>
>
:
> You shouldn't need more than one file element to begin with. The
> plugin takes care of creating new ones. Or, perhaps I don't understand
> what it is you're trying to do.
>
> On Tue, Dec 29, 2009 at 1:27 PM, jayakumar ala
> wrote:
> > Anyone can help me on thi
Anyone can help me on this..
On Mon, Dec 28, 2009 at 10:39 AM, jayakumar ala wrote:
> Hi,
>
> I am using Multifile plugin to select the multiple file. I am trying to get
> the final file count for each browser selection . Any help is appreciated.
>
> Here is the samp
Hi,
I am using Multifile plugin to select the multiple file. I am trying to get
the final file count for each browser selection . Any help is appreciated.
Here is the sample code i am using
var intVal=2;
$(document).ready(function(){
$('#addFileButton').click(function(){addUploadFile();}
Hi All,
I am having the problem with dynamic loading of tag. Coping the div
tag rightly but not able to call the jquery.MultiFile.js dynamically. any
help ..??
var divTagTemplate ;
$(document).ready(function(){
divTagTemplate = document.getElementById('addVal1').cloneNode(true);
$(
Brian,
I can't use any Ajax here because it is not allowed. I am sure that if i
can make a call to Jquery Plugin when i add new div this will work fine.
Help is appreciated.
Thanks
Jay
On Tue, Dec 8, 2009 at 11:19 AM, jayakumar ala wrote:
> Brian,
> Thnaks for the reply.
> I a
Hi All,
I am having the problem with dynamic loading of tag. Coping the div
tag rightly but not able to call the jquery.MultiFile.js dynamically. any
help ..??
var divTagTemplate ;
$(document).ready(function(){
divTagTemplate = document.getElementById('addVal1').cloneNode(true);
ice. You need either
> MultFile.js or MultiFile.pack.js, but not both.
>
> Also, keep in mind that you're cloning an element with an ID, which
> must always be unique.
>
> But it looks to me like you're trying to do something that's
> unnecessary. Why are you cloni
Hi All,
I am using the following code to upload file and add the file tag
dynamically for my application. Jquery doen't seem to be working for the
dynamically added file.
Any help is appreciated.
var intVal = 1;
function addUploadFile() {
var innerinVal = ++intVal;
var divTagVal = divTag
12 matches
Mail list logo