php code
$fileTypes = array('jpg','png', 'gif','bmp');
sub'])) {
$myfile = $_FILES['myfile']
$myfileType = substr($myfile['name'], strrpos($myfile['name) '], ".") + 1);
if ($myfile['size'] > $maxSize) {
$result = 1; else if (!in_array($myfileType, $fileTypes)) {
$result = 2;
} elseif (is_uploaded_file( $myfile['tmp_name'])) {
$toFile . $myfile['name']
if (@move_uploaded_file[' tmp_name'], $toFile)) {
$ result = 0;
} else {
$result = -1;
}
> type="text/javascript">
.top.window.stopUpload();
http://www.bkjia.com/PHPjc/324402.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/324402.html
技術記事
次のようにコードをコピーします。 html head title 更新なしでファイルをアップロード/title meta Content-type="text/html" charset="utf-8" / script type="text/webpagespecial Effects" function startUpload() { docum. ..