kalabox Posted March 2, 2007 Report Share Posted March 2, 2007 reku kodiņš lai uploadotu failu. <form enctype="multipart/form-data" action="upload.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="100000" /> Choose a file to upload: <input name="uploadedfile" type="file" /><br /> <input type="submit" value="Pievienot" /> </form> <?php Rezultāt ir "uploads/filename.extension" */ $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); $_FILES['uploadedfile']['tmp_name']; ?> un jautājums kapēc mapē uploads neko nepievieno?? kaut gan stipri šaubos, ka kods arī ir pareizs.. :D Link to comment Share on other sites More sharing options...
andrisp Posted March 2, 2007 Report Share Posted March 2, 2007 Tāpēc, ka tur nav ne smakas no koda, kas to darītu ? :) Link to comment Share on other sites More sharing options...
kalabox Posted March 2, 2007 Author Report Share Posted March 2, 2007 tad iedod kodu :D es jau tikai iesācējs :D Link to comment Share on other sites More sharing options...
ohmygod Posted March 2, 2007 Report Share Posted March 2, 2007 (edited) omfg. Ko tu ar to kodu domāji izdarīt? Rezultāt ir "uploads/filename.extension" */ - beidzas komentārs, bet nekur neākas - te tev būs errors! $target_path = $target_path . basename( $_FILES['uploadedfile']['name']); - uzseto mainīgo $_FILES['uploadedfile']['tmp_name']; - vispār neko nedara Kur tu pārvieto failu no temp diras uz tev vajadzīgo? move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path); Edited March 2, 2007 by ohmygod Link to comment Share on other sites More sharing options...
kalabox Posted March 2, 2007 Author Report Share Posted March 2, 2007 Nevajag taisīt muļķīgas QUOTEs -----------------------------------> Nu domāts ir pievienot foto.. petstam caur include izsaukt to foto Link to comment Share on other sites More sharing options...
Val Posted March 2, 2007 Report Share Posted March 2, 2007 Tipa, uzrakstiet, man pašam slinkums sameklēt. http://php.lv/f/index.php?showtopic=2935 Link to comment Share on other sites More sharing options...
Stopp Posted March 2, 2007 Report Share Posted March 2, 2007 include? Gribētos redzēt, kā tu ar include parādīsi bildi :) Tev tak ohmygod uzrakstīja rindiņu, ar kuru bilde tiek pārvietota no tmp direktorijas uz tevis izvēlētu, jeb, vienkāršāk runājot - uploadē failu. Skaties http://php.net/move_uploaded_file Link to comment Share on other sites More sharing options...
kalabox Posted March 2, 2007 Author Report Share Posted March 2, 2007 Nevajag taisīt muļķīgas QUOTEs -------------------------------------> Paldies :) Link to comment Share on other sites More sharing options...
bubu Posted March 2, 2007 Report Share Posted March 2, 2007 tad iedod kodu :D es jau tikai iesācējs :D Vai tad tas skaitās kā kāds attaisnojums tagad? Link to comment Share on other sites More sharing options...
kalabox Posted March 2, 2007 Author Report Share Posted March 2, 2007 (edited) Nevajag taisīt muļķīgas QUOTES (bubu) -------------------------> A vaitad nee? :D Edited March 2, 2007 by bubu Link to comment Share on other sites More sharing options...
Recommended Posts