New Control from Solmetra: Flash Uploader

July 15th, 2008 by qemm

We are proud to announce the release of our new product aimed at web developers — Flash Uploader.

It’s a highly customizable Flash-based control that replaces stagnant HTML’s <file> tag. It not only displays neat progress bar — a feature lacking in <file> tag — but also provides some pretty neat upload security features and client-side restrictions (i.e. file size and type) as well as JavaScript API.

Give it a try and let us know what you think. Oh, and it’s free!

 

10 Responses to “New Control from Solmetra: Flash Uploader”

  1. wfb Says:

    demo page does not work

  2. Darren Says:

    Flash provides multiple file upload capability. Do you plan on adding support for this?

  3. John Diaz Says:

    This Script i good, but it doesn’t override the max upload size in the php configuration, I thought it was a large file uploader.

  4. ayaz Says:

    Flash uploader, unfortunately, does not seem to work for me at all. IE reports an error in the javascript file, on line 229, character 3894, which happens to be: n.innerHTML=

    The error is to the effect of “null object is null …”. In other words, the javascript code seems to be making reference to an attribute, innerHTML, on an object that is null.

    I debugged it a bit. It is triggered as soon as the the call to SWFObject.write() method is made. Is there something wrong? Or am I overlooking something?

    Thanks for any help.

  5. qemm Says:

    John,

    Flash does not provide means to upload files in chunks. And the uploads are handled by the same PHP so all the usual upload restrictions apply. Unfortunately there is no way to circumvent this limitation.

  6. qemm Says:

    ayaz, I’ve reposted your question to our forum since it’s a better way to handle support than blog comments. I would appreciate if we took the issue to this thread:

    http://forums.solmetra.com/viewtopic.php?t=8500

  7. qemm Says:

    Darren,

    answering the question about multiple files upload feature, no - not currently. Maybe we will do a separate version of Uploader sometime in the future.

  8. Matthew Fedak Says:

    Is there a tutorial anywhere on how to upload files using solmetra flash uploader, I have downloaded the files but nothing uploads.

  9. Matthew Fedak Says:

    I get this error

    Warning: filesize() [function.filesize]: stat failed for ./uploads/DSC00001.JPG in C:\wamp\www\flashuploader\SolmetraUploader.php on line 304

    in the Uploaded files array there is this

    Array ( [firstFile] => Array ( [name] => DSC00001.JPG [type] => application/octet-stream [size] => [tmp_name] => ./uploads/DSC00001.JPG ) )

    notice how there is no file size

  10. Hyunkel Says:

    Same problem for me

Leave a Reply