Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Input FILE field

Input FILE field 24 Jun 2013 13:41 #7628

  • Tomaselli
  • Tomaselli's Avatar
  • Offline
  • Elite Member
  • Posts: 293
  • Thank you received: 87
  • Karma: 46
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.
Last Edit: 24 Jun 2013 13:42 by Tomaselli.
The administrator has disabled public write access.
The following user(s) said Thank You: admin

Input FILE field 23 Sep 2013 18:03 #11156

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

Fixed.
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.089 seconds

Get Started