Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 10-16-2008, 04:14 PM
Member
 
Join Date: Aug 2008
Posts: 67
Default

You can access information about the uploaded file with the getFileInfo() method...

Also the temporary filename is available there.
So as long as you do not have filters you could simply:
* validate the uploaded files
* call getFileInfo()
* rename the file yourself
* and finally not receive the file so it will not get stored on the system...

Of course when you use filters you would have to
* receive the file
* work with it (emailing it)
* delete is on the system
__________________
Greetings
Thomas Weidner
I18N Team Leader, Zend Framework
http://www.thomasweidner.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 10-16-2008, 07:16 PM
Junior Member
 
Join Date: Sep 2007
Posts: 10
Default

Nice one. Many thanks Thomas!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:57 PM.