I need to allow my users to send me files that may be up 500MB. Since x10 does not allow uploads bigger than 16MB and would seem not to even allow files of that size, as they call it file hosting, even though these files would only be accessible by myself and would be deleted as soon as I download them, I need to find a way to send these files to my home pc without them being stored on x10.
I imagine this would involve using PHP's ftp_put and setting up a secure ftp server on my pc, but I'm not really sure how to do that, or maybe there is a simpler way.
Ideas?
I imagine this would involve using PHP's ftp_put and setting up a secure ftp server on my pc, but I'm not really sure how to do that, or maybe there is a simpler way.
Ideas?