Re: [studs-user] file upload
Status: Beta
Brought to you by:
mojavelinux
|
From: Dan A. <dan...@gm...> - 2005-08-02 13:00:26
|
Um, yeah, that is still on the todo list. I would say for now you can just use the superglobal variable $_FILES in PHP to get a handle on the files until something more formal is built into the framework. I will take any suggestions. One of the reasons Java does that whole Multipart request deal is because Java is low level enough to read a POST operation from a stream. PHP is not that fancy and automatically handles file uploads (as far as I know), so it might be just as easy to add some methods to HttpRequest such as getUploadedFile($name). /dan On 8/1/05, Timur Vafin <ti...@e-...> wrote: > Hello, >=20 > What is the wright way to upload files? >=20 > -- > Send plain text only to timurv at e-kazan dot ru > PGP key: http://wwwkeys.us.pgp.net:11371/pks/lookup?op=3Dget&search=3D0x= 425B9F0F > -- > Timur Vafin >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&opclick > _______________________________________________ > studs-user mailing list > stu...@li... > https://lists.sourceforge.net/lists/listinfo/studs-user >=20 --=20 Open Source Advocacy http://www.mojavelinux.com |