I'm currently looking at ways to allow people to select multiple files at once to batch upload images. I'm evaluating these options for my ASP.NET web app:
YUI Uploader
Flajaxian
SWFUpload
Dojo Toolkit Multi file uploader
I'm leaning toward YUI because the documentation is clear and I basically already wrote the file uploaders and th...
Hi,
I have renamed a image that has been uploaded using FileNameDetermining...
Then I launched the javascript FileStateChanged to show the image that has been uploaded to the user.....
Is this possible? Because the javascript's file.name actually takes the actual filename and not the renamed filename.. how could I use the renamed file...
Hi to all. I am facing problem with the control flajaxian.FileUploader i.e. after downloading the dll file while implement i am getting following error message i.e.
Request for the permission of the type 'System.Web.AspNetHostingPermission, System, version=2.0.0.0, culture=neutral, PublicKeyToken=b77a5c56193e089' failed.
Help me to sor...
Hello,
I am trying to dynamically change the upload folder name, but it's not working form me. Please help.
I am using the Flajaxian S3 Amazon uploader. The code as follows
<fjx:FileUploader ID="FileUploader1" runat="server">
<Adapters>
<fjx:DirectAmazonUploader OnFileNameDetermining="FileUploader1_FileNameDetermining"
Acc...