0

I'm looking for a tool to facilitate mulitple webpage file uploads from a single file browse dialogue. I know this has been asked previously, but I can't find anything current.

I'd like to check file size prior to upload, and I gather Flash is still the only way to do that cross-browser?

Ideally, I'd like an upload progress metre. I'll be using Linux and Apache servers, but don't have access to install add-ons such as PHP APC. Again, I assume something flash-based is the only option there?

I've looked at SWFUpload, but that appears to be another of these projects where the developers have become quite zealous and turned a simple concept into a full suite of tools for the masses. It seems quite cumbersome and I don't think I want to use it for my purpose.

I'd prefer not to have to write something from scratch for this. Could someone recommend me something or perhaps suggest a non-Flash alternative if there is one? I do need full cross-browser compatibility without too many layers of degradation, so anything HTML 5 probably isn't what I want.

Thanks

3
  • The question doesn't suggest that I'd like or require that, or anything close. Commented Jan 6, 2012 at 21:17
  • swfupload is pretty easy to integrate...only alternative is an ajax kinda thing and even that you still have to select files individually Commented Jan 6, 2012 at 21:18
  • OK, thanks. I think people should be required to comment with an explanation if they choose to downvote a question! The first comment was deleted. Perhaps I should remove the commentry on 'zealous development'. : ) Commented Jan 6, 2012 at 21:31

1 Answer 1

2

As I mentioned earlier today ( Multiple file upload (client side) ) I am a big fan of Plupload which can check file size, show progress bar, single dialog for multiple files, and supports things other than Flash if needed.

Sign up to request clarification or add additional context in comments.

2 Comments

ah I stand corrected..looks like that plupload has a html5 multi upload thing..neat!
Thanks, that's helpful. I'd not come across that. I didn't know if the name hinted at perl, which is one option I was pondering for progress metres. I see it doesn't.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.