Showing posts with label Java File Upload With Resume. Show all posts
Showing posts with label Java File Upload With Resume. Show all posts

Sunday, December 16, 2012

Auto Resume Broken & Progress Bar File Uploader Applet

Auto Resume Broken File Upload Applet With Progress Bar


Internet connection broken is the very common problem with of all us. When clients are upload large (GBs size) file via web page, they need uninterrupted internet connection supply. If internet connection breaks, then need to re-upload file. and if internet connection breaks many times during uploading, then clients need to upload the file many times again and again and so on......

I can feel my client's problems  because  I am a lazy person( z z z z Z), I don't like to do the same task again and again ,many time or don't like to do same difficult task again and again.
I don't like to click many time on resume button while internet connection break during big file upload.

So I have invented this "Auto Resume Broken & Progress Bar File Uploader" without using any third party or DLL file.

By this uploader upload Unlimited GBs file without fear of internet connection break. Also I have added another Fast/Slow send Bytes speed, whatever depends on your internet connection. Suppose you have slow connection, you can set slow send bytes on the other hand if you are having fast connection set fast send bytes. This prevents loosing your valuable data by fluctuation of bandwidth.


I had solved this problem in my previous up-loader.it was upload the file from the position, where internet connection was broken. but this time I felt that during net connection break, user need to click resume button many time, depend on net connection. And also during uploading user need to stay on the computer screen, he/she will engaged and not able to do other side work eg. outside computer room work etc.

So, I have totally solved this problem and given *ALTERNATE POWER ON FACILITY , to it, and invented this *AUTO Resume Uploader. I have not used any third party software or utility for this uploader.

Probably I’m not allowed to post the source code in public, so I’m just going to show you it's screenshot that how can achieve it from webpage.

User not need to stay on computer screen and do other work. I have created these uploader in many technologies(JSP/SERVLET, PHP, ASP.NET) and many flavors.


Saturday, May 19, 2012

Directory Upload Applet With Resume Broken And ProgressBar Facility v2010 2.3

Directory Upload Applet With **Resume Broken And ProgressBar Facility v2010 2.3

Hi, I am Amit Gaur. I have created this Directory file uploader with *resume broken facility.
Internet connection broken is the very common problem with of all us. When clients/we are uploading many large (GBs size) files from one directory to web server, via web page , they/we need an uninterrupted internet connection supply. If internet connection breaks, then need to re-upload files. and if internet connection breaks many times during uploading, then clients need to upload the file many times, agin and again, so on......

I have created this directory files uploader without using any third party or DLL file. This having resume facility,it will upload  the file(s) from the position, where internet connection was broken. I have created these uploader in many technologies(JSP/SERVLET, PHP, ASP.NET) and many flavors.


Monday, February 22, 2010

Java File Upload With Broken Resume and ProgressBar

Java File Upload With Broken Resume and ProgressBar


Internet connection broken is the very common problem with of all us.
When we all upload large/small file, we need uninterrupted internet connection supply.

If net connection breaks, then need to upload files again. And if net break many times during Uploading file then need many times to upload file.

I have faced this problem many-many times, I was uploading very huge size data.
It is very time taking, frustrating to upload one file many times.
So I have created this file uploader which having resume facility, it will upload file from the position, where net connection was broken. I have created it in three very popular web languages.

1) JSP/SERVLET
2) PHP
3) ASP.NET (CS, VB)

===================
How to Test?
===================
You can test it, just setup this uploader in you server,
I have given the code in the three languages which are widely used in computer world.
1) JSP/SERVLET,
2) PHP
3) ASP.NET (VB/CS) and made each directory for that.

When uploader upload the file, it will show the progress bar and percentage of data for ex: 1%, 10% etc.

Now this is the time for test, just unplugged you internet cable, then you can see after 4 or 10 second one button's text will be changed in this text "Resume" and a message will be appeared" net connection is broken click on resume button to process".

Now plugged in the internet cable and click on “Resume Button”.
Uploader will start from the position from where net connection was disconnected.


=============================
What we need for this Uploader?
=============================
Only Latest JRE, you can find/download it from Sun Site.


=================================
Where is Other Instruction?
=================================

I have made each instruction readme.txt in the JSP, SERVELT, DOTNET, CS, VB, PHP directory. Just read that file.


-Amit