php - Get number of files from zip file header before fully uploaded -



php - Get number of files from zip file header before fully uploaded -

in php (running in debian) possible number of files within zip archive reading zip file header while zip file still beingness uploaded?

or there linux commands can run within php information?

basically need know number of files within zip files before users have finished uploading zip files know expect in advance.

( there chance file header not first chunk of info uploaded in file? )

thanks

you can contents of zip file without unzipping file running

unzip -l <filename.zip>

but, unzip has installed in system

php linux debian

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -