filesize(): stat failed when publishing video using twitter api | PHP
one text
Solution:
You cannot stat a file via the http wrapper.
Copy the file to your server's filesystem then read the size from the file.
Sourceone text
You cannot stat a file via the http wrapper.
Copy the file to your server's filesystem then read the size from the file.
Source