Single file upload on Web 1.0

It’'s possible that Web 2.0 will have a single file upload but in the meantime can I ask what people are doing to upload a single file on Web 1.0?

Ideally I’d like a progress bar too instead of a spinning wheel that gives no idea of progress :slight_smile:

Thanks in advance, I hope you are all staying safe in these uncertain times.

Rod

WebFileUploader.Limit]

Thanks but it still gives the massive list box with plus and minus buttons and no progress indicator.

I’m hoping there’s a more elegant solution someone has.

Maybe 2.0 will have something.

could the GraffitiSuite web uploader be a better fit with your needs? It does behave differently than the standard one. You can try it live on the Graffitisuite web site.

Using HTML and HandleURL instead of PHP, it seems possible to create a custom control with a simple file dialog:
https://www.w3schools.com/tags/att_input_type_file.asp

[quote=482938:@Rod Pascoe]Thanks but it still gives the massive list box with plus and minus buttons and no progress indicator.

I’m hoping there’s a more elegant solution someone has.

Maybe 2.0 will have something.[/quote]
There is nothing exactly like you are looking for.
You can create a progress bar using the value WebFileUploader.UploadProgress
The “massive listbox” can be resized as you like.
What Web 2.0 will have is something we’ll see when available.