Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Web Development
You last visited: Today at 09:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[suche] Hilfe bei PHP Upload

Discussion on [suche] Hilfe bei PHP Upload within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1

 
Ipalot's Avatar
 
elite*gold: 300
Join Date: May 2010
Posts: 1,930
Received Thanks: 1,895
[suche] Hilfe bei PHP Upload

Bräuchte kompletten script für ftp uploads.

Hab für meine Gilde bisschen Webspace bereit gestellt und will eine upload seite machen um es dene leichter zu machen.

Kennt sich da jemand aus? ^^

Mfg
Ipalot is offline  
Old 10/23/2010, 12:32   #2
 
elite*gold: 485
Join Date: Jan 2010
Posts: 270
Received Thanks: 182
meinste du sowas oder über curl?

PHP Code:
<form name="upload" action="index.php" method="post" enctype="multipart/form-data">
<input type="file" name="userfile" value="" />
<input type="submit" name="submit" value="Upload" />
</form>
<?php
$name 
$_FILES['userfile']['name'];
$type $_FILES['userfile']['type'];
$tmp_name $_FILES['userfile']['tmp_name'];
$error $_FILES['userfile']['error'];
$size $_FILES['userfile']['size'];

if (
is_uploaded_file($tmp_name) && $error == && $size <= 419430400) {
    
move_uploaded_file($tmp_name"upload/".$name);
}
else {
    die(
"Fehler beim Upload aufgetreten bitte &Uuml;berprüfe die Grö&szlig;e");
}
?>
Andrew094 is offline  
Reply


Similar Threads Similar Threads
Hilfe!!!Hae Root angebot aber wie Server eröffnen...Suche Hilfe und ein TEAM!!!!!
04/19/2010 - Metin2 Private Server - 3 Replies
Hey,ich habe ein wundervolles Angebot ein Root zu kriegen,und wollte fragen,wie stelle ich das ein,das ich ein Root Server habe,wie eröffne ich ihn???Und noch viel mehr Suche ein Team!!! Hp Designer Datenbank helfen undso "entbugger" und und und Meldet euch oder schreibts in den Thread Danke!!!!!!!!
HILFE: Wegen PlaySpan IP Change suche hilfe mit teamviewer
02/04/2010 - WarRock - 5 Replies
Hi, ich habe mir schon ätliche tuts angesehen und ohne virustotal gedownloadet aber bei mir klappt es nicht kann mir jemand einen genauen link der Klappt und mir helfen`??? pls wäre nett



All times are GMT +2. The time now is 09:25.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.