<p dir="ltr">Hi Christian, </p>
<p dir="ltr">The concept is that the storage also provides a place for the processed files to be stored. And this could also be remote when you have a remote storage. </p>
<p dir="ltr">If we get current pending processing changes in 6.2 you could create a file processor that uses functionality from the remote storage to create previews etc instead of processing them localy as that is done currently.</p>

<p dir="ltr">But I think we can come up with a solution for the problem you have.<br>
As al file handling and checks is done by the driver it must be possible to let the driver create/save the processed files in a folder on the local filesystem.<br>
For instance typo3temp/_processed2_/</p>
<p dir="ltr">Would be great if you could give this a try. So that if something is missing in current core to get this working we get the needed changes in before the release :)</p>
<p dir="ltr">Gr. Frans</p>
<div class="gmail_quote">Op 13 mrt. 2014 07:55 schreef &quot;Christian Weiske&quot; &lt;<a href="mailto:christian.weiske@netresearch.de">christian.weiske@netresearch.de</a>&gt;:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
<br>
When opening the file list in TYPO3&#39;s backend, all FAL drivers are<br>
queried for their folders.<br>
<br>
TYPO3\CMS\Core\Resource\Folder::getSubfolders() calls<br>
getProcessingFolder(), which tries to create &quot;_processed_&quot; directly in<br>
the driver itself.<br>
<br>
Now the problem is that a driver may not allow modifications, or may<br>
not support folders at all.<br>
<br>
Shouldn&#39;t TYPO3 just created _processed_ in the local storage instead<br>
of all drivers?<br>
<br>
<br>
--<br>
Regards/Mit freundlichen Grüßen<br>
Christian Weiske<br>
<br>
-= Geeking around in the name of science since 1982 =-<br>
<br>
_______________________________________________<br>
Before posting to this list, please have a look to the posting rules<br>
on the following websites:<br>
<br>
<a href="http://typo3.org/teams/core/core-mailinglist-rules/" target="_blank">http://typo3.org/teams/core/core-mailinglist-rules/</a><br>
<a href="http://typo3.org/development/bug-fixing/diff-and-patch/" target="_blank">http://typo3.org/development/bug-fixing/diff-and-patch/</a><br>
_______________________________________________<br>
TYPO3-team-core mailing list<br>
<a href="mailto:TYPO3-team-core@lists.typo3.org">TYPO3-team-core@lists.typo3.org</a><br>
<a href="http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core" target="_blank">http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core</a></blockquote></div>