No0ne* Posted August 17, 2006 Report Share Posted August 17, 2006 (edited) Sveiki! Es atradu bilžu augšupielādēšanas skriptu, bet nemāku uztaisīt, lai augšupielādētā bilde parādītos uz manas lapas, nevis mapītē IMAGES... :( Man vajag lai būtu tāda kā galerija... Lūdzu pielabojiet to vietu, kur tas ir vajadzīgs.... Skripts: <form action="" method="post" enctype="multipart/form-data"> <p>Pictures: <input type="file" name="pictures[]" /> <input type="submit" value="Send" /> </p> </form> <?php //places files into same dir as form resides foreach ($_FILES["pictures"]["error"] as $key => $error) { if ($error == UPLOAD_ERR_OK) { $tmp_name = $_FILES["pictures"]["tmp_name"][$key]; $name = $_FILES["pictures"]["name"][$key]; move_uploaded_file($tmp_name, "C:\AppServ\www\images/$name"); echo "File"; echo " "; echo $name; echo " "; echo "have been uploaded successfully"; } } ?> Paldies! Edited August 17, 2006 by No0ne* Link to comment Share on other sites More sharing options...
Delfins Posted August 17, 2006 Report Share Posted August 17, 2006 bet nemāku uztaisīt, lai augšupielādētā bilde parādītos uz manas lapas, nevis mapītē IMAGES... :( jokpēters... Link to comment Share on other sites More sharing options...
No0ne* Posted August 17, 2006 Author Report Share Posted August 17, 2006 jokpēters... Es neko daudz nesaprotu no php :( Nu ja papētīji tas skripts to bildi augšupielādē manā serverī nevis lapā.....Man vajag lai tas parādītos UZ MANAS LAPAS nevis norādītajā mapē..... Link to comment Share on other sites More sharing options...
No0ne* Posted August 17, 2006 Author Report Share Posted August 17, 2006 Nu lūdzu palīdzat kāds...plzzz Link to comment Share on other sites More sharing options...
Delfins Posted August 17, 2006 Report Share Posted August 17, 2006 toķen jocīgs... neķeries klāt, ja neko nesaproti... RTFM piemēri Link to comment Share on other sites More sharing options...
No0ne* Posted August 17, 2006 Author Report Share Posted August 17, 2006 laikam jau arī neviens man nepaskaidros :( Link to comment Share on other sites More sharing options...
Blitz Posted August 17, 2006 Report Share Posted August 17, 2006 (edited) tu vispar no html neko nezini, saac ar www.w3schools.com <img src="../path/to/pic.jpg"> Edited August 17, 2006 by Blitz Link to comment Share on other sites More sharing options...
No0ne* Posted August 17, 2006 Author Report Share Posted August 17, 2006 Nevajag veidot muļķīgas QUOTEs (bubu) Nu pats lapā jau es māku ielikt to bildi, bet man vajag lai lietotāji paši var augšupielādēt to bildi.... Link to comment Share on other sites More sharing options...
goldy Posted August 17, 2006 Report Share Posted August 17, 2006 tad tev vajag FloppyNet klasi rakstīt, ar to tikai var tā izdarīt, visos forumos, kur lietotājs pats var ielikt bildi, tāda tiek taisīta. Link to comment Share on other sites More sharing options...
Recommended Posts