Save back to Temp Upload File

See all posts Reply

Save back to Temp Upload File new!
by jfreak53, 4 years, 4 months ago
How do I save it back overtop of the original temp file?Reply
Re: Save back to Temp Upload File new!
by colin, 4 years, 4 months ago
I don't understand your question...Reply
Re: Save back to Temp Upload File new!
by jfreak53, 4 years, 4 months ago
I upload a file, process it through the class, how do I make it save back overtop of the php temp image file /tmp/phpaasdfe?Reply
Re: Save back to Temp Upload File new!
by colin, 4 years, 4 months ago
You would like to save it back as /tmp/phpaasdfe? Why would you need to do that? it is just a temp file...

Or maybe can phrase your question differently? or provide an exemple?Reply
Re: Save back to Temp Upload File new!
by jfreak53, 4 years, 4 months ago
Yes, that's what I want to do, it doesn't matter why, that's what I desire to do.Reply
Re: Save back to Temp Upload File new!
by jfreak53, 4 years, 4 months ago
Anyway to do this?Reply
Re: Save back to Temp Upload File new!
by colin, 4 years, 4 months ago
You will need to do this outside of the class. You can read the $_FILES array and act accordingly.Reply