Hello there,
I am working on some file upload script for 1GB max allocation with remote upload as well.
I have found and stuck here. My problem is when i place the remote file upload via fopen command, the small file does well while i am trying to upload like more than 700+Mb file then it creates 3-4 different size of the same file in folder.
It goes in some kind of loop till it downloads whole file in one go. Mean it starts again automatically.
For example.
I have placed file for 700 Mb for remote upload using Fopen
I found following files, I am using timeto rename file name.
So like this
1500014 - 326MB
1500214 - 456MB
1500333 - 700MB
Do you guys have any idea why it makes duplicate half and different size of same files. Where i am doing wroung?
I have set My php.ini well to work for 1024 MB
What should i change in Litespeed config.
Because i change to apache and tested that works well even with 1011MB file.
So something must be with Litespeed?
Please guide me
Regards
Jeck
I am working on some file upload script for 1GB max allocation with remote upload as well.
I have found and stuck here. My problem is when i place the remote file upload via fopen command, the small file does well while i am trying to upload like more than 700+Mb file then it creates 3-4 different size of the same file in folder.
It goes in some kind of loop till it downloads whole file in one go. Mean it starts again automatically.
For example.
I have placed file for 700 Mb for remote upload using Fopen
I found following files, I am using timeto rename file name.
So like this
1500014 - 326MB
1500214 - 456MB
1500333 - 700MB
Do you guys have any idea why it makes duplicate half and different size of same files. Where i am doing wroung?
I have set My php.ini well to work for 1024 MB
What should i change in Litespeed config.
Because i change to apache and tested that works well even with 1011MB file.
So something must be with Litespeed?
Please guide me
Regards
Jeck
Last edited by a moderator: