Hi,
Is cURL FTP to upload word files to webspace or inhouse server is better option than using simple PHP file uploading function "move_uploaded_file()", if there are around 1000 user upload files in a day?
Or is there any better solution?
Thanks in advance
Off course the cURL is always the better option than simple file upload.
It will be faster if there are too many uploads
network18
Practically a Master Poster
619 posts since Sep 2009
Reputation Points: 29
Solved Threads: 76
you can search for jQuery's file upload plugin too. something like this
network18
Practically a Master Poster
619 posts since Sep 2009
Reputation Points: 29
Solved Threads: 76