How Can User Upload Files On An FTP Server Without Using Any Software

Jul 15, 2010

I m creating a website on an FTP server (My application is a webbased and I m developing it in ASP.NET ).I want to ask whether FTP will allow users to upload files from their systems to the FTP server? We can easily upload files using HTTP using UPLOAD control provided by Visual Studio.How can this be done if m using File Transfer Protocol? Is there any control in ASP.NET that can provide uploads to an FTP site?

View 3 Replies


Similar Messages:

Allow A User To Upload Multiple Files At A Time To A Web Server?

Jun 29, 2010

Is there any control out there that will allow a user to upload multiple files at a time to a web server?

View 3 Replies

C# - Allow The User To Upload Several Files With A Single Upload Action?

Mar 8, 2011

I want to allow a user to upload several files with one upload action. What is the simplest way to do this?

View 3 Replies

Web Forms :: How To Allow User To Upload Multiple Files

Sep 21, 2010

Im currently working on a project where i have a form that users fill out in order to submit issues.My ask is to give the user the ability to upload multiple files together with the form submission and also go back each time they have an update and upload more if they need.The way i have it right now is that i only have one FileUpload Control and once the Save button is clicked the file is save in the database together with the form info.

I already has a separate table for the files with reference to the ticket but im just not sure how can i allow the user to submit as many files as they want in an easy way.

View 5 Replies

How To Upload Files On Server

Apr 5, 2011

I have deployed my software on a server,In my software there is a tool which reads an excel file and displays the content in a gridView.

It's working fine on my stand-alone PC, how can I do it on the web?

Should I upload my excel files on server and then read it or directly read it from the user's PC?

View 5 Replies

Upload Files To Another Server?

Jan 5, 2010

i write a FileServer Project (For uploading Files and give them to users), it is webapplication, i want to upload files to another server ( i mean another computer), i have its address : (172.16.10.30), so what should i do?

View 7 Replies

Mobiles :: Upload Files To An IIS Server?

Oct 27, 2010

Let me first describe the actual need first.

I have a java application runnning on my pda ( a Windows Mobile device). I want to upload a text file from my device to a server using gprs connection.Currently I have a jboss server, and a client application in VC++ that uses the Wininet api.This VC++ client application establishes the gprs connection and also uses the http method of wininet api for file uploading. I am having difficulty using the http post method for uploading files to the jboss server. I want to use Http "PUT" method at client side.

So I want to create a application at server( I want to use IIS now instead of jboss),that would accept the byte stream from my VC++ client application and create a file at a folder on the server.

View 3 Replies

Web Forms :: Upload The Web Files On Server ?

Dec 26, 2010

I'm new in ASP.NET , I finished one website by ASP.NET with Visual basic (2008), It's contains 2 files (Default.aspx & Thanks.aspx). The Default.aspx is main page. Now I want to upload them on server. I already have space on one server.

I did publish web site then the Visual Created one folder is PrecompiledWeb contain other folder with the same project name inside it these files (App_LocalResources , bin ,images , Default , PrecompiledApp , Thanks and web) , I uploaded these files on the server in www folder. but it's is not working if I will enter in the web browser my website name. How I can config the website to work when I will enter my website name like this(www.xxxxx.com).

View 5 Replies

How To Connect To Server To Allow Me To Upload/download Files

May 11, 2010

I was just wondering what the best approach would be for uploading/downloading files. My users want to have the ability to upload and download emails to various Orders but i'm not sure of a few things.

Would I need a new table and reference it to my Orders table? Or would I need to create a new table and add columns such as file location, and upload the files to a particular server? Also since I am working on a Windows machine, i'm not really sure how to connect to my server to allow me to upload/download files (not sure if that makes sense).

View 4 Replies

Web Forms :: Upload Multiple Files To Server?

Sep 6, 2010

I have an ASPX Page that contains a fileuploader, I want to know how can I upload multiple files together to server and also create a new folder on Server and then upload these files into this new folder!

View 4 Replies

Web Forms :: FCK Editor - How To Upload Files On Another Server

Jun 22, 2010

I am using FCK Editor (version 2.6.3.22451) in my asp.net 3.5 application.

While using upload option in the insert image modal popup, is it possible to upload the file to an external server, e.g. outside my virtual directory (anyhow, for example using FTP credentials).

View 3 Replies

Web Forms :: How To Upload Files To Remote Server

Feb 1, 2011

I am developing a intranet application in C#.

I am developing a application where files can be uploaded to staging area. and after saving to staging area a email confirmation is send.

After browzing for the file from local drive ,user gives a email id and click upload button ,then file should be saved to staging area. and then aconfirmation email should be sent to email id entered. we are using Exchange server to send emails.

View 2 Replies

Web Forms :: Upload Large Files From Browser To Server Using Ftp?

Feb 9, 2010

I have a requirement to upload large files using dotnet using ftp. Any opensource programs available?

View 5 Replies

SQL Server :: Upload Files (5MB - 50MB) Into 2008 By Using Filestream

Aug 28, 2010

i have some files, and i need to upload these files into sql server 2008 by using filestream. lets take table name as custfiles,columns are fileid,filename,filepath,filesize.

1.how to create table using filestream?
2.how to insert file (record) into table from .net environment?
3.how to retrive that file from .net environment?

View 3 Replies

DataSource Controls :: Code To Upload .xls Files To Sql Server

May 27, 2010

I have this code to upload .xls files to sql server and am wondering what I need to change in order to upload comma delimited .dat files.

Dim connString As String = ConfigurationManager.ConnectionStrings("xls").ConnectionString
'Declare Variables - Edit these based on your particular situation
Dim sSQLTable As String = "tempContainer"
Dim sExcelFileName As String
[code]....

View 2 Replies

Data Controls :: Upload OBJ Files (3D Models) To SQL Server Database?

May 7, 2015

Is it possible to upload .obj files ( 3D models ) to an sql server database?

View 1 Replies

SQL Server :: Uploading .pdf Files With File Upload Control And Then Saving To Database

Oct 25, 2010

I'd like to allow users to upload a .pdf file via the file upload control (if that's the best method), save the file to the db and then retrieve it so they can click on a link and open the .pdf they've uploaded. I've been looking for a tutorial on how to do this but keep running into methods of saving the file directly on the server in a directory, not in SQL server (using Linq and VB by the way)

View 4 Replies

Web Forms :: File Uploader To Upload Files To A Folder Used For Upload

Jul 15, 2010

Im using a file uploader to upoad files to a folder used for upload.But the problem is this folder is a linux folder. I have made it a shared folder so that I can access from windows by samba. So, file transfer is successful when I'm using os but when I try to upload something from my websites uploader to this folder, this process is not successful. I have given all permissions to this folder.Don't know whats the problem.I have used both type of slashes for directory but still it is not successful.

View 4 Replies

AJAX :: How Not To Load Files On Server In Async File Upload Control When Client Side Validation Fails

Nov 15, 2010

I have a async file upload control and I am doing client side validation for Image."OnClientuploadstarted" I am doing the client side validation.My validation is working fine but my problem is that the file upload control text box goes green (i.e file is loaded on the server) even if the validation fails which is I dont want.What I want is when the client side validation fails the file does not gets loaded on the server and the Async file upload textbox does not goes green.I have goggled but have not found a suitable solution.

View 4 Replies

C# - Unable To Upload Files Through File Upload Control?

May 31, 2010

i am trying to upload files through the ASP.NET File Upload control.

Every thing is working fine, except for the fact that when i try to upload the file on the server i am getting an error: (probably some authorization exception).

do i need to give some rights to the upload up there on the server. If so then for which account and do i need to restart the server after giving rights?

View 2 Replies

How To Use File Upload Control To Upload The Files

Aug 23, 2010

i am using file upload control to upload the files in asp.net with vb.net as code behind. am storing the files in my local drive. my doubt is, how shall i read those file using asp.net application.

View 1 Replies

How To Save Files From Server To Client Without Knowledge Of User

Jan 27, 2010

I want to save the *.docx and *.* type in client side, how to save the files from server to client without any promt to users.

View 1 Replies

Web Forms :: Create A Folder On The Server For Each User For Uploading Image Files?

Jul 16, 2010

I want to create a folder (titled their userid) for each user for Images they upload. I also want to name their files as their username + 1 or 2 or 3... whatever number of images they have.

Here is what I've done:

[Code]....

View 7 Replies

Web Forms :: User Can Download Files From Database Instead Of Physical Location On The Web Server?

May 3, 2010

we have some files in our web app which saved in database.

how user can download files from our web site which exists in database (and not physically saved) ?

View 3 Replies

How To Let User Upload Multiple Images Without Pre-defining The Number Of HTML Upload Input Box

Nov 30, 2010

I'm looking for a way to have user upload as many images as they want (perhaps via drag and drop) or dynamically adding more upload box.I thought statically fixing (say 6) HTML upload input box is slightly limiting and the user have to click "Browse" button (6 times in this example) and navigating to the folder to pick the file.What is the best practice to achieve this so users find it easy to use? Perhaps with some AJAX magic?I also wouldn't mind having the user click "Upload more" to reveal (say 6 more) HTML upload input box.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved