> From: Burns, John D [mailto:[EMAIL PROTECTED] 
> I'm trying to build a sort of upload status display for large 
> file uploads.  I've seen some before and I know the subject 
> has bounced around the list some in the past, however, I'm 
> having trouble figuring out the name of the temp file that's 
> being uploaded.  I'm on CFMX 6.1 and the file name that I'm 
> seeing when uploading a large video file is neotmp50131.tmp. 
> Is there any way to figure out that name when the form is 
> submitted? If so, I'm hoping to do a cfdirectory call to get 
> the current file size that is being uploaded from the form. 
> Anybody do anything like this or have any ideas?

<cfdirectory 
        action="list"  
        directory="#getTempDirectory()#"
        filter="#listLast(form.filename,'\')#"
        name="fileStats" />
        
<cfdump var="#fileStats#" />




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226779
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to