The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniWeb > OmniWeb Feature Requests
FAQ Members List Calendar Today's Posts

 
File upload UI feedback Thread Tools Search this Thread Display Modes
Why do browsers in general have such a bad UI feedback while uploading files? If you have a very slow connection or a very large file (or worse both!) than you browser keeps working for ages without an appropriate feedback. Neither in OmniWeb nor in Safari you have any kind of feedback how much of your data has been delivered or how long the delivery is expected to take.

Some thoughts on how to provide the best feedback to the user should be done... but a simple progress-bar and a ETA would be nice. Since uploads can take a very long time a confirmation dialog would be helpful for actions that would abort the upload.

Maybe a sheet would be nice during upload but that wouldn't work with tabbed browsing, right? What about dimming the background like dashboard and showing a progress-bar with a cancel button?

No browser that I know of handles file uploads well.
 
Hmmmm.... interesting. I guess that might depend on each site...
 
As far as I know file uploads are HTML forms with special input fields:

Code:
<form action="upload.gci" enctype="multipart/form-data">
      Choose a file:<br/>
      <input name="uploadfile" type="file"/>
      <input name="submit" type="button"/>
</form>
when you submit the form, the content of the form's frame will be replaced by the reply of the form's action. So I guess it might be possible to 'lock' the frame 'that is currently uploading' with some sort of a progress indicator.

Maybe there are some issues with HTML, frames and asynchronous requests (AJAX) that make implementing this feature tricky or impossible. There might be lots of problems I'm not aware of. Maybe this is the reason that none of the browsers I know implement something like this?

I'm sure that I'm not the first person having this idea...
 
I think most browsers don't track the sending of the request because normally sending the request is not the slow part.

It should be possible to get this information at the CFNetworking level (see here), but I don't think there is a way to get to the CFReadStream from the NSURLConnection level.
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
MobileMe upload file rejection rearden215 OmniPlan General 0 2011-10-06 02:35 AM
Question about upload speed kongjie OmniFocus 1 for Mac 4 2007-12-07 10:54 AM
Source Editor - upload by FTP jimlongo OmniWeb General 7 2006-09-14 09:20 AM
sp16: Cannot upload files via web page philonous OmniWeb Bug Reports 0 2006-06-24 04:21 PM


All times are GMT -8. The time now is 12:13 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.