can i use perl to download files in a php script?
Posted
by
jision
on Stack Overflow
See other posts from Stack Overflow
or by jision
Published on 2013-11-02T21:30:28Z
Indexed on
2013/11/03
3:54 UTC
Read the original article
Hit count: 120
i have a file sharing website made in php which gives users to download files.But as i am using a hosted server there is limitation on time out and other factors that come to play while for a download script coded in php. This causes large files to get corrupted while downloading. i am looking for a solution for this i have tried using symbolic links but the force download factor is not taking place....
i am thinking of using perl to download files bt dont have any clue what so ever....
can any one help me outwith this problem???
© Stack Overflow or respective owner