Welcome Guest, Not a member yet? Register   Sign In
Upload problem,newbie here please help :)
#5

[eluser]Sumon[/eluser]
have a look view source(in browser)page and look for
Code:
<form action="classname/func_name" method="post">
and surely if your variable within <form> and </form> then it goes into classname/func_name. you can get it as $_POST['file'] or something like it.

lastly, it's possible to use another function for file upload. from functionA() function, you may get it exactly as func_name function(i am not 100% sure) or you may pass file variable as function parameter(surely)

although, i can't recall my memory, but you may use <form type="mu..." methos=".."> instead of form_open_multipart('hasil_rad/do_upload') because there may be not huge advantage of later one over former one.


Messages In This Thread
Upload problem,newbie here please help :) - by El Forum - 04-24-2009, 08:35 PM
Upload problem,newbie here please help :) - by El Forum - 04-24-2009, 10:39 PM
Upload problem,newbie here please help :) - by El Forum - 04-25-2009, 01:46 AM
Upload problem,newbie here please help :) - by El Forum - 04-26-2009, 05:26 AM
Upload problem,newbie here please help :) - by El Forum - 04-26-2009, 09:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB