Changeset 12579


Ignore:
Timestamp:
2006-08-28T11:16:13+12:00 (18 years ago)
Author:
kjdon
Message:

set the filesize in the fileupload data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/cgiutils.cpp

    r12562 r12579  
    132132      fu.type = filetype;
    133133      // size has yet to be implemented
    134       fu.size = 0;
     134      fu.size = filedata.size();
    135135      fu.tmp_name = tmp_name;
    136136      fileuploads[argname] = fu;
Note: See TracChangeset for help on using the changeset viewer.