|
|
|
@ -31,7 +31,7 @@ public class FileServiceUpload {
|
|
|
|
|
HashMap<String , String> params = new HashMap<>();
|
|
|
|
|
params.put("username", SignIn.author_name);
|
|
|
|
|
params.put("filename", filename);
|
|
|
|
|
String urlStr = "http://10.0.2.2:8080/Manager/uploadfile-servlet";
|
|
|
|
|
String urlStr = "http://42.193.97.132:8080/Manager/uploadfile-servlet";
|
|
|
|
|
MyThread_file myThread = new MyThread_file(fileFormName,newFileName,uploadFile,params,urlStr);
|
|
|
|
|
try
|
|
|
|
|
{
|
|
|
|
|