Welcome Guest, Not a member yet? Register   Sign In
Upload Problem!
#2

[eluser]Hank the Punk[/eluser]
Are you loading http://yoursite.com/controller/upload1 anywhere ??
As upload1() is public that url should work. If this is not intended, set the function to private by adding an underscore to the name.
Code:
public function _upload1() {
//stuff
}
(The same happens to 'create_user()')


Messages In This Thread
Upload Problem! - by El Forum - 10-02-2012, 01:59 AM
Upload Problem! - by El Forum - 10-02-2012, 03:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB