I have already implement upload file with progress bar using asynctask but large files or uploading multiple files hang up my activity now i want to do the same but using se
Use this Library
https://github.com/gotev/android-upload-service
With this service you can show current progress and it will run in background which will help you maintain the performance of your application.