Selasa, 22 Oktober 2013

PHP Indonesia - Facebook: Mau nanya nih, Dalam fasilitas upload ebook saya p...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
Mau nanya nih, Dalam fasilitas upload ebook saya p...
Oct 22nd 2013, 14:06, by Aditya Putra Pratama

Aditya Putra Pratama 2:06pm Oct 22
Mau nanya nih,
Dalam fasilitas upload ebook saya pengen ebook yang diupload file nya pingin pdf kalau diluar pdf ebook ga bisa diupload,
Ada yang tahu ga script nya?

Anton Sofyan 2:09pm Oct 22
di cek aja type nya

Aditya Putra Pratama 2:09pm Oct 22
di cek gmn?

Anggara Vann Den Bozz 2:12pm Oct 22
if ($file_type = "application/pdf"){

}
else{
echo ' File tidak bisa di upload karena bukan pdf';
}

Anton Sofyan 2:12pm Oct 22
$_FILES['userfile']['type']

Aditya Putra Pratama 2:17pm Oct 22
kira2 gan ditarohnya script tersebut dibagian mana?

Anggara Vann Den Bozz 2:20pm Oct 22
sebelum move_uploaded_file
jadi sebelum ke bagian upload di cek .klo bener pdf baru
masuk ke move_upload file.

Aditya Putra Pratama 2:21pm Oct 22
Anggara Vann Den Bozz ga bisa gan saya udah test pake file.jpeg tetep bisa diupload

Anggara Vann Den Bozz 2:26pm Oct 22
kaya gini gbs?ane kaya gini gan.
if ($file_type = "application/pdf"){
move_uploaded_file();
}
else{
echo ' File tidak bisa di upload karena bukan pdf';
}

Heru Rahmat Akhnuari 2:30pm Oct 22
permainan MIME aja gan, betul itu yg di atas saya :D

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar