Re: [jQuery] Select in frames

2007-03-17 Thread George Moschovitis
 So, it looks like this feature is imminent. Unless, of course, I've
 misunderstood your question, which is entirely possible.

oh, this looks to be what I need, thanks.

-g.

-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] JQuery Form plugin

2007-03-17 Thread George Moschovitis
 AJAX can't be used to upload files. Systems that look like they do use
 an iframe (e.g. Gmail)

I managed to do it with an iframe like you suggested. It seems to work
great. View the source of the page in http://www.nitroproject.org/fora
to see how my hack-solution works.

thanks for the idea,
George.

-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Select in frames

2007-03-16 Thread George Moschovitis
Dear devs,

I have a short question. Is there a jquery shortcut for the following js code:
   
document.getElementById('myframe').contentWindow.document.getElementById('myframe').submit();

I am trying to programmatically submit a form in an iframe.

thanks in advance,
George.

-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] JQuery Form plugin

2007-03-15 Thread George Moschovitis
Dear devs,

I am using the JQuery forms plugin and I have a problem. I would like
to post a form that containse a file, ie I have to use
enctype=multipart/form-data. How can I set this up when using
ajaxForm()?

Is there an example how you can upload files using ajaxForm()?

thanks in advance for any help,
George.

-- 
http://blog.gmosx.com
http://cull.gr
http://nitroproject.org
http://www.joy.gr

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] JQuery Form plugin

2007-03-15 Thread George Moschovitis
 The form plugin does not currently support file uploads.

Is this something easy to fix? Any workaround?

-g.

-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] JQuery Form plugin

2007-03-15 Thread George Moschovitis
 Just set the 'enctype' attribute of the form as usual:
 form id='my_form' action='x.php' method='POST' 
 enctype='multipart/form-data' ...
 /form

Have you actually tried this? This doesn't work for me :(

-g.

-- 
http://blog.gmosx.com
http://cull.gr
http://www.joy.gr
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Styling a file input control

2006-11-06 Thread George Moschovitis
Thanks for the info, I was  aware of this link. I just wondered if
there was a jquery version available.

regards,
George.

-- 
http://gmosx.com/blog
http://nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Styling a file input control

2006-11-05 Thread George Moschovitis
Dear devs,

I am a new user of this wonderful library. I have a problem I would
like to solve using JQuery. I have a form with a file input field:

input type=file ... /

I would like to style this input field. My solution would be to make
this field hidden, and add another (styled) text input field plus an
'upload' image button. Then I would like the image button click
handler to force a click on the hidden file input field.

Can this be done with JQuery (and work with both IE and Firefox)? Is
there an alternative, better solution to style file input fields?

thanks in advance for your help,
George.

-- 
http://www.gmosx.com
http://www.nitroproject.org

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/