View Full Version : Read Uploaded File
antimatter15
07-17-2007, 12:25 AM
Well I need to find a way to read a file's content sent by a form without first moving it.
NancyJ
07-17-2007, 09:34 AM
This is purely a guess but I would imagine you can read $_FILES['userfile']['tmp_name'] the same as any other file. Its worth a try at least. Its only temporary but it does exist in some location on the server, there shouldnt be a problem reading its contents.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.