Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Input FILE field 24 Jun 2013 13:41 #7628

Click on input file field to upload a file doesn't open any popup window to select the file.

line 394 of \dom\html\form\input\file\default.php :
			'link_js' => 'jQuery(\'input[id=' . $id . ']\').click();',

it doesn't work for me (fresh joomla 3.1 installation).
but it works if I replace with:
			'link_js' => 'jQuery(\'input[id="' . $id . '"]\').trigger("click");',

it seems it doesn't find the jquery DOM selector.
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

Last edit: by Tomaselli.

Input FILE field 23 Sep 2013 18:03 #11156

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Thanks K++,

Fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.088 seconds

I'm playing around with the new mvc and the FORK feature is FANTASTIC!!! it's saving me a lot of time! you are doing a very good job!!

Tomaselli (Forum)  

Get Started