For who can not extract zipped file in ipage.com.

I build my app by using laravel framework, zip my project, upload to ipage.com via FileZilla and extract it through archive gateway of the page but can not be done.

Solution: using .tar file

Archive gateway of ipage can extract zip, Gzip and tar file so I compressed my folder to myapp.tar

- tar file from terminal:

tar -zcvf myapp.tar myapp/

- upload myapp.tar to ipage and extract normally.