|
Posted by Etienne Marais on 09/29/76 11:32
eastcoastguyz wrote:
> I want users to be able to login to their directory via .htaccess on an
> Apache server to upload their files with sizes of 30-60mb for a single
> file. I want to make it as easy as possible for the users. I have seen
> web pages interfaces like this before, where they have the user hit the
> Browse button and after they locate the file they want to upload, it
> takes care of it for them.
>
> How well does this working using PHP, especially for large files
> (30mb-60mb)? Is there any sort of transfer limit I should be aware of?
> Also, anyone have a well tested script to do this which would handle
> any sort of errors and even show progress to the user while the file is
> being uploaded? I thought I would post before I re-invent the wheel
> here.
>
> I thought about having the users just use FTP, but they aren't that
> skilled to handle it. Thanks!
Hi
What level of access do you have to
the server ? Can you set up Samba on
it (especially if your on an intranet).
They can then, from their windows?
machines do \\server or \\server.ip
and just paste the files over.
Another option may be to initiate
a scp (secure copy) via exec which has
a nice format for copying between
machines.
--
Etienne Marais
Cosmic Link
South Africa
[Back to original message]
|