want to know if any one can help in programming an uploader.....Which will upload the files from a computer to a website using php...
want to know if any one can help in programming an uploader.....Which will upload the files from a computer to a website using php...
Hey, you can try some websites like www.hotscripts.com to get help in coding.
Here go to this link take a good long look to see which of the scripts suits you the best.
PHP is strictly server-side. It doesn't upload files, it only receives uploaded files. See "Handling file uploads" in the PHP manual for more information on the server side of things.
Note that file hosting is against the Terms of Service. Depending on the purpose for the uploaded files, you could be headed towards a site suspension. Make sure you reread the ToS carefully.
Last edited by misson; 11-23-2011 at 05:24 PM.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.