cleaned up handling of file upload limit

This commit is contained in:
hns 2001-07-31 22:39:06 +00:00
parent a8b5c39105
commit 7086d762a2

View file

@ -12,7 +12,6 @@ import java.io.*;
import java.util.*; import java.util.*;
import helma.framework.*; import helma.framework.*;
import helma.framework.core.Application; import helma.framework.core.Application;
import helma.objectmodel.Node;
import helma.util.Uploader; import helma.util.Uploader;
/** /**