Yeah that line checks it, and the previous stuff uploads it.  But they're not in unison.  The upper code does the upload, then this check happens after it  uploads.  There's nothing in this cfif that says well if it fails, don't do the upload or if it's fine, finish the upload process.
That's the crux of my question.

>This line:
>
><CFIF Val(CGI.CONTENT_LENGTH) GT 10485760>
>
>Check the HTTP's header for file size. In case it's too big it stops before
>the file is written to the final destination folder. I am not sure if CF in
>the meantime stores the file on a temp folder or just keep it in memory,
>anyway, it never reaches its final destination
>
>Hope it may help
>
>----------------------------
>Massimo Foti
>http://www.massimocorner.com
>
>Co-Author of Dreamweaver MX 2004 Magic:
>http://www.dwmagic.com/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to