When a files is upload via a form its location is somewhere that is writable by the webserver but NOT in the current application folder. The reason I like this is:
- The application doesn't have to have a publicly writable folder
- If you only need it temporally (such as attaching to an e-mail) then this is a great location
Is there a way to have access to this location via TCPDF when saving a file?