Posted on 9/10/2008 9:40:51 PM
in #.NET
I want to start adding video tutorials to my blog in order to make it a bit more interesting and fun.
My first video will be a short movie of how to use Flajaxian file uploader. The topics covered in this video are:
- What is Flajaxian FileUploader?
- How to get it?
- How to add it to a web site?
- How to add adapter to save the files?
- How to add adapter to create thumbnails for the images?
Video content presented here requires JavaScript to be enabled and the latest version of the Adobe Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Adobe Flash Player by downloading here.
Share this post:
digg
Stumble Upon
del.icio.us
E-mail
|
randy
Posted on 11/10/2008 5:34:37 AM
I am going to fileuploader
|
Vladimir Bodurov
Posted on 12/3/2008 3:04:20 PM
|
Cecil Butts
Posted on 2/5/2009 4:41:07 AM
This is a great File Uploader !!! Easy to use
Keep up the great work
|
Robert
Posted on 2/17/2009 1:27:21 PM
Looks great. What is the maximum filesize it can handle?
|
Vladimir Bodurov
Posted on 2/17/2009 2:07:24 PM
The limitations of the file size are defined on the IIS side. You can read more about that here: http://www.flajaxian.com/flajaxian.com/FileUploader2.0Help.html#RequestLimitations
|
dru
Posted on 3/23/2009 10:38:56 AM
how can i extract uploaded files?
|
manuel solana
Posted on 4/7/2009 9:44:08 AM
Hi, I add this solution for the upload multiple files but I put in a SmartPart for sharepoint and I can´t make it work.
When the site is opening send me an error message 'Cant load the file or assambly 'com.flajaxian.FileUploader' or some of dependency. The sistem can´t found the especified file.'
Are there some especifications for use this DLL with webparts or smartparts?
thanks and regards.
|
Stuart Lawrence
Posted on 4/20/2009 11:56:19 AM
I like the control. There are some problems though, but for most uses it is perfect. The css layout is all a bit crazy in a modalPopupExtender from the AjaxToolKit. And trying to get the modalPopupExtender to close programatically after an upload throws a few javascript errors, which it doesn't in MPEs not containing the uploader. Thanks though. It is a good control.
|
Oguz
Posted on 5/21/2009 12:39:01 AM
hi
how can i download one file ? no multifile ?
Thanks
|
Vladimir Bodurov
Posted on 5/21/2009 10:41:23 AM
|
adun
Posted on 7/20/2009 8:23:22 AM
Can I change the name of the uploaded files if I use FileSaverAdapter.
|
Vladimir Bodurov
Posted on 7/20/2009 9:21:26 AM
Yes you can, like this
<script runat="server">
protected void FileNameDetermining(object sender, FileNameDeterminingEventArgs args)
{
args.FileName = "NewName.jpg";
}
</script>
<fjx:FileUploader ID="FileUploader1" runat="server">
<Adapters>
<fjx:FileSaverAdapter Runat="server" FolderName="UploadFolder"
OnFileNameDetermining="FileNameDetermining" />
</Adapters>
</fjx:FileUploader>
and please if you have further questions post them at http://flajaxianfileupload.codeplex.com/Thread/List.aspx
|
Sean
Posted on 8/20/2009 9:36:08 AM
Vladimir, this is a great control. I'm interested in doing some customization, following your instructions at http://www.flajaxian.com/flajaxian.com/FileUploader2.0Help.html. However, when you mention "In the source of the project in images folder you can find alternative buttons," I'm lost. All I was able to download was the DLL. Where can I get the source code that you refer to?
Thank you very much for your help.
|
Vladimir Bodurov
Posted on 8/20/2009 11:34:15 AM
|
Suman Biswas
Posted on 12/8/2009 1:58:26 AM
I have tried and working fine most of the time. Some time getting problem for flash hanging. when i am trying to upload again and again the this is happening.
In my testing I have tried with 1GB file also some times just few KB files.
Please fix this problem.
Suman
|
Vladimir Bodurov
Posted on 12/8/2009 9:27:57 AM
I don't know what the problem is, use Fiddler to find out, most likely you have some sort of update panel that reloads the flash html - this is not allowed! Move it away from the panel.
|
MixFede
Posted on 5/8/2010 4:06:21 AM
|
james the student
Posted on 5/23/2010 11:10:14 PM
great article, very helpful and informative. I really needed this for my collage class.
|
jordan shoes for sale
Posted on 12/17/2010 6:23:32 PM
Intimately, the post is actually the best on this laudable topic. I harmonize with your conclusions and will eagerly look forward to your future updates. Saying thanks will not just be adequate, for the fantastic lucidity in your writing.
|
hatukie
Posted on 1/31/2011 12:07:39 PM
Hi, from Japan.
Thank you for the very nice uploader.
I can't upload any files...
Can you upload these two files?
http://rnante.99yen.jp/download/
I don't know why these files aren't uploaded.
Please let me know the reason.
hatukie.
|
Vladimir Bodurov
Posted on 1/31/2011 3:26:01 PM
Hi Hatukie,
Sorry I don't have much time for support of this product now. Check if you don't have some http module filters on the server, or ask on the forum.
|
hatukie
Posted on 1/31/2011 10:24:01 PM
Hi, Vladimir.
Thank you for your respons.
test.mp3 and test.pdf don't be uploaded.
Other mp3 or pdf files are ok...
I found that OnInit event didn't run.
------------------------------------------------
(FileUploader.cs)
protected override void OnInit(EventArgs e)
{
***
}
------------------------------------------------
I'll ask in forum.
but.. if you have a time, reply me please.
hatukie.
|
hatukie
Posted on 1/31/2011 10:45:52 PM
Hi, Vladimir!
It runs on Windows Server 2008!
No problem.
Thank you.
hatukie.
|
helo
Posted on 3/2/2011 2:56:13 PM
hey,
how do i connect the control to save into database ??? in vb.net??
unable to do so !!
reply asap
|
Kemal
Posted on 4/10/2011 1:50:19 PM
is it possible to just take the names of the files instead of uploading vladimir?
|
Dran
Posted on 4/26/2011 11:20:57 PM
hi, nice controller. i'm using this control for several months. but suddenly got a problem.
i added the control in to a modalpopupExtender, and when the panel appears in the screen it shows a link button saying "Please Install Adobe Flash Player".
I updated my adobeflashplayer then, but no use. any help would be welcome.
Thanx.
Dran
|
jay
Posted on 8/27/2014 11:35:47 AM
Great tool!
If files need to be uploaded to an ftp server, can you provide a sample? thanks in advance
|