I have the following line:
It works with other suppliers I grab inventory files from but not this one. The file is not copied.
This file is 1.31 MB if that makes a difference.
Their phpinfo file is at http://www.azuregreenw.com/phpinfo.php
Does anyone know what may stop it from copying and what I might be able to do to make it work?
PHP Code:
copy ('http://www.azuregreenw.com/StockInfo.csv', 'AG.csv');
This file is 1.31 MB if that makes a difference.
Their phpinfo file is at http://www.azuregreenw.com/phpinfo.php
Does anyone know what may stop it from copying and what I might be able to do to make it work?