how can i upload a file and other big stuff for a specific user , like creating a folder for one user in jsp?
You can by uploadbean upload files and find this solution in javazoom.net .
Try Commons File uoload library. To create directories on the serveryou can use Java SE in/out classes.
Sending binary data (images, files.....) is usually done in Servlets using outputstreams.