[jQuery] jQuery Form Plugin with prepended hidden fields

2007-11-13 Thread micha149
Hi! I prepend some new hidden fields to my form. After that I make the form to an ajaxform with the jQuery Form plugin. It seems to work, but I miss the new hidden fields... Somebody knows the Problem?

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-19 Thread micha149
php.ini an checks the hidden-field MAX_FILE_SIZE :-) greetz On 19 Okt., 10:07, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: micha149 ha scritto: I think it must work. Bu i'n not an yui man. I make it with jQuery: $(document).ready( function() { // define the check progress

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-18 Thread micha149
I've got the same problem too! :-( The plugin documentation says: Fileupload, yes! (using an iframe) But the retrieving php-script has an empty $_FILES greetz micha149 On 17 Okt., 04:08, Mike Alsup [EMAIL PROTECTED] wrote: dgt, this all looks fine. Do you have an demo page that shows

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-18 Thread micha149
I have the same Problem to The Plugin loads the file succesfully to the server. I can trac it with the php modul upload progress to. But it doesent appear in $_FILES. All other form fields are listet in $_POST corectly. Best regards Mike On 17 Okt., 04:08, Mike Alsup [EMAIL PROTECTED]

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-18 Thread micha149
Alsup [EMAIL PROTECTED] wrote: How large is the file you're uploading? Maybe you're exceeding the limits of your php config. Here's a demo page that shows a vardump of the $_FILES object: http://www.malsup.com/jquery/form/file/test.php Mike On 10/18/07, micha149 [EMAIL PROTECTED] wrote

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-18 Thread micha149
to provides this capability: http://www.pixeline.be/experiments/jqUploader/ Mike On 10/18/07, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: On Oct 18, 2:06 pm, micha149 [EMAIL PROTECTED] wrote: I have the same Problem to The Plugin loads the file succesfully to the server

[jQuery] Re: Drupal Form + jQuery Forms Plugin + File Uploads (Drupallers jQuery gurus please)

2007-10-18 Thread micha149
/experiments/jqUploader/ Mike On 10/18/07, Giovanni Battista Lenoci [EMAIL PROTECTED] wrote: On Oct 18, 2:06 pm, micha149 [EMAIL PROTECTED] wrote: I have the same Problem to The Plugin loads the file succesfully to the server. I can trac it with the php modul upload progress