Hi All,
Here's one thing that I don't know much about - file uploading. As part of
my project, I will have to build a file manager of sorts - perhaps a
document manager. Anyhow, this involves allowing my user to upload files to
a location.
I know PHP can do it - I know this because it sure does everything else ...
but I don't know this from any authoritative source.
So ... can you tell me if PHP can handle files uploads, and if so, what are
the drawbacks that you might have learned of in your experience? For
instance, in the ASP world, using a COM object for the upload works, but
apparently has significant impact on performance.
So anyway, advise (advice???) me ...
Thanks,
Santosh
Here's one thing that I don't know much about - file uploading. As part of
my project, I will have to build a file manager of sorts - perhaps a
document manager. Anyhow, this involves allowing my user to upload files to
a location.
I know PHP can do it - I know this because it sure does everything else ...
but I don't know this from any authoritative source.
So ... can you tell me if PHP can handle files uploads, and if so, what are
the drawbacks that you might have learned of in your experience? For
instance, in the ASP world, using a COM object for the upload works, but
apparently has significant impact on performance.
So anyway, advise (advice???) me ...
Thanks,
Santosh
Comment