JInputFiles - missed definition of source for read data
32 views
Skip to first unread message
Asty
unread,
Mar 27, 2012, 4:32:14 AM3/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
Today I try to use JInputFiles class and realize that must define source too ex new JInputFiles( $_FILES ) othervise it handle _REQUEST as a source, because class inherit JInput constructor.
Is this right?
Michael Babker
unread,
Mar 27, 2012, 6:02:53 AM3/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-de...@googlegroups.com
I remember Ian saying something about how JInputFiles constructor needed to be done similar to that of JInputCookie. Guess it's yet to happen.