yabsoft
08-02-2006, 04:30 PM
URL upload and FTP upload are very simliar!They need fsockopen function to work.
Upload size limitation:
Because the upload is processed by HTTP which don't pose any limition on stream,so the only limitation is the value that you set for this host package! If you don't use Flash upload,you don't need raise the "upload_max_filesize" to accept the big file.
Issue:
1."copy error:Max Upload Size or Upload directory can not be writen in"
Please check "temp" has the right permission "0777".
2.URL upload need CURL module to support HTTPS file.
3.URL upload may not support some urls that need authenticate.
Upload size limitation:
Because the upload is processed by HTTP which don't pose any limition on stream,so the only limitation is the value that you set for this host package! If you don't use Flash upload,you don't need raise the "upload_max_filesize" to accept the big file.
Issue:
1."copy error:Max Upload Size or Upload directory can not be writen in"
Please check "temp" has the right permission "0777".
2.URL upload need CURL module to support HTTPS file.
3.URL upload may not support some urls that need authenticate.