Stories recently tagged with 'Upload'

Upload/Import Download/Export any File to/from Oracle Database(www.leniel.net)

submitted by lenielleniel(489) 1 year, 10 months ago

The general idea one have about databases is that they only serve the purpose of storing plain values as numbers, dates and text. A database does not do just that but even more allowing you to store a whole file as an Excel spreadsheet or an MP3 file in a column you define in your table. This post shows you how to Upload/Import Download/Export any File to/from Oracle Database through a simple ASP.NET MVC application UI. Have you ever heard about BLOB? This is what makes it possible to store a whole file in a database table. Read on... read more...

add a comment |category: |Views: 17

tags: another

Upload Multiple Files in ASP.NET using jQuery(dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 7 months ago

Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in ASP.NET using jQuery. read more...

add a comment |category: |Views: 1390

tags: another

Silverlight Multi File Uploader(michielpost.nl)

submitted by supershoesupershoe(135) 3 years, 4 months ago

Free multi-file uploader for your website, made with Silverlight. It allows you to upload multiple files at the same time. The files are uploaded to a WCF webservice where they can be processed. A nice feature is that you can see the upload progress of all your files. The control also has some handy configuration options, you can set the number of simultaneous uploads, the maximum file size etc. read more...

2 comments |category: |Views: 330

tags: another

FTP File Upload in C# dotnet(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 4 months ago

Simple function in c# to upload file via FTP thereby upload File through File Transfer Protocol (FTP) client using FtpWebRequest Class in .Net C# read more...

add a comment |category: |Views: 581

tags: another

Avoid potential security risks when uploading files to an ASP.NET app(scottonwriting.net)

submitted by JemmJemm(9604) 4 years ago

Scott Mitchell gives some good security points for ASP.NET uploads read more...

add a comment |category: |Views: 13

tags: another

Professional file uploads with the MultiUpload and ImageList controls(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 1 month ago

A professional Ajax GUI for uploading files using the server controls in Memba Velodoc XP Edition read more...

add a comment |category: |Views: 19

tags: another

MultiUpload, a smarter file upload server control using Ajax(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 1 month ago

An ASP.NET server control inspired from Google mail’s selection of file attachments and implementing ASP.NET Ajax Extensions 1.0. read more...

add a comment |category: |Views: 378

tags: another

An Ajax image list control to manage lists of items(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 1 month ago

An ASP.NET server control inspired from WinForms’ ListView and implementing ASP.NET Ajax Extensions 1.0. read more...

add a comment |category: |Views: 63

tags: another