Re: possible to "move_uploaded_file" to a variable instead a file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I believe you can just fopen() and friends the file directly out of /tmp, or 
wherever the file gets put.  Just read the file itself into a string and have 
your way with it.  PHP will delete the temp file for you when the script 
ends.

On Sunday 17 June 2007, Mark wrote:
> hey,
>
> i`m wondering if it`s possible to move a uploaded file inside a variable.
> i would like to know this because i`m currently writing a database backup
> script and in there the user uploads a sql file that gets executed. now i
> _don`t_ want the file to be stored on the server!! simply because that`s
> not safe. however i do want to store it inside a variable and than run the
> database query.
>
> any idea`s on this?
>
> Thanx alot in favor,
> Mark


-- 
Larry Garfield			AIM: LOLG42
larry@xxxxxxxxxxxxxxxx		ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux