Ask a question. Quick access. Search related threads. Remove From My Forums. Answered by:. Archived Forums. Web Forms. Sign in to vote. User posted Hello, I have a webform that uploads a digital sound file to my web server. Code Below Panelupload contains the animated gif! Create a free Team What is Teams?
Collectives on Stack Overflow. Learn more. Asked 2 years, 6 months ago. Active 2 years, 6 months ago. Viewed 5k times. There are many suggestions on the File Upload Progress Bar implementation out on the web but those suggestion seem to be chaotic and outdated A lot of File Upload Progress Bar solutions implement IFrame, which is out of the questions because it will undermine the site's security Some solutions suggest SignalR but the SignalR itself doesn't really deal with the upload itself Some solutions suggest WebClient progress bar, but is it feasible to swap File Upload control code behind with the WebClient functionality in the classical ASP.
There are suggestions to use NeatUpload code, but that seems to be way too complex to implement and not enough examples are out there Thus, in the July , what is the most optimal way to implement progress bar in the classic ASP.
Improve this question. James James 2 2 gold badges 12 12 silver badges 20 20 bronze badges. Add a comment. Active Oldest Votes. Found my answer here In this ASP. Improve this answer. If you open "Home" controller , you can see some default code in that. Please refer to the below image for your reference. Step 4 In view folder we can see the "Home" folder and can see the "Index" view.
It was also created when we created a project. If you want to create a view for your action result , just right click on your action result and click "Add View" Please refer to the below image for your reference. Step 5 Now let's change the index view code as per our requirement. Please just copy and paste the code in your index view. Please find the code below for your reference. GetFileName Request. Combine Server. All the code wrote in "LoadProgressBar", please find the code for your reference.
Please find the below result for your reference. Thanks for reading my article.
0コメント