Hi: I am using jsp+tomcat+jspamartupload to upload files. I want to save the uploaded files in a specific file in my server,i.e., suppose, all uploaded files should be saved as xyz.html in the specific folder in a specified path. The syntax mySmartUpload.save("../upload"); only the saves the file with its original name. Is there something like a 'saveas' function that can be used? Can anybody help please with the proper syntax?? Thanks.
Kalaiselvan Selvamani
Ranch Hand
Joined: Sep 10, 2001
Posts: 32
posted
0
In smartupload we have the option SaveAs with argument frompath and destpath SaveAs(frompath, destpath) where in destpath we can give our own name to save. :roll:
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.