I figured the stop stored the file in memory.  It doesn't appear to store it in the directory unless the file-size cfif passes.  That's my question really.  I get what it's doing.  I just don't understand how the file-size check at that point has any bearing on the actual file size upload.  The file doesn't show in the directory unless it passes.

>> <CFIF Val(CGI.CONTENT_LENGTH) GT 10485760>
>>     <cflocation url=""> >> addtoken="No">
>>     <CFABORT>
>> </CFIF>
>
>This bit redirects to another fuseaction if the filesize is too big.
>The file is still stored in the destination folder as seen above, but no
>further processing on it is done.
>
>--Ben Doom
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to