On 5/28/07, tedd <EMAIL REMOVED> wrote:
> Hi Gang:
>
> I can upload a text file and an image file via a html form, but I am
> having problems uploading a PowerPoint file. Apparently, that's a
> different critter.
>
> Does any have any references or an example to show me?
>
> Thanks,
>
> Cheers,
>
> tedd
It should work with the same form you used for image & text files, but
make sure you still have enctype set to multipart/form-data.
Also, like Jared said, make sure it isn't limited by any option, this
could be the upload filesize limit, but also memory limit if you were
planning to upload big files
Tijnema