upload

Asp.Net, upload picture with VS2008 local web server

Users of my web site will be able to upload a picture. This picture will land in /images/folder/picture.jpg. The question I have is: When running under VS2008, a form will insert a full row in a database column (sql server)and the picture will be uploaded to the folder. The result page will show the image. But when running the web server...

Upload files to Sharepoint document libraries via FTP

Hi everyone, I was wondering if anyone knows how to or if it is possible to upload files to a sharepoint (v3/MOSS) document library over FTP. I know it is possible with webdav. If it is possible is this even supported by Microsoft? ...

MultiValueDictKeyError Using Appengine SDK and Django for File Upload

Can anyone help me spot my problem here: I'm trying to implement a file upload routine using appengine and django, and I've run into a MultiValueDictKeyError error. It appears that the file is not making it from the webpage to the server. Some part of this is a learning exercise, so I don't want to use a djangoform to process the data ...

How do you upload a file to a document library in sharepoint?

How do you programmatically upload a file to a document library in sharepoint? I am currently making a Windows application using C# that will add documents to a document library list. ...

Virus upload scanning asp.net

How do you prevent people uploading viruses to your asp.net windows website ? The only user content I'll be showing are images, sounds and video, can these contain viruses ? ...

File Upload from Flex to Rails 2 server

Is there any way to upload files from a flex app to a rails 2.2 backend when using the default Cookie Session Store? ...

Is there any good example of http upload using WinInet c++ library

I cannot get my code to work :/ ...

file upload status information

Hi, Im making a small python script to upload files on the net. The script is working correctly, and now i want to add a simple progress bar that indicates the amount of uploading left. my question is -how do i get the upload status information from the server where im uploading the file, assuming it is possible...im using curl and pyc...

AjaxUploader.dll works with Anonymous authentication, fails with Integrated Windows

Administering an IIS6 host for client who is new to an Ajax Upload tool obtained from here: http://ajaxuploader.com/ http://cutesoft.net When Integrated Windows Authentication is enabled, a single file upload works fine, multi-file upload attempts don't appear to progress (but don't log any errors, that I've found yet..?). Modifying Au...

Uploading big files over HTTP

I need to upload potentially big (as in, 10's to 100's of megabytes) files from a desktop application to a server. The server code is written in PHP, the desktop application in C++/MFC. I want to be able to resume file uploads when the upload fails halfway through because this software will be used over unreliable connections. What are m...

How can I upload a document to SharePoint with Perl?

I have a Perl app that runs some perforce operations, in the end I would like it to upload the results to SharePoint website. What is the simplest Perl script that can accomplish a task of adding a document to SharePoint? The script would need to run on Solaris and use as few as possible external libraries as possible (definetely pur...

Image Upload Service - Image locations and Image Identifiers

I would like to create a image uploading service (yes, i am aware of imageshack, photobucket, flickr...etc) :) I have seen only imageshack show the directory names ("img294", "1646") of where the image is located, in the same way - i would like to do this. http://img294.imageshack.us/img294/1646/jquery**kd5**.jpg 1) Are there any sec...

Ajax using file upload

Hi friends, i am creating mail page for sending mails. I need to attach some file before sending. How could i do this using AJAX. Initially i need to store those files in server and then i have to send the mail. These actions are done with in a single send button. Please help me. ...

Django - how do you turn an InMemoryUploadedFile into an ImageField ?

I've been trying help(django.db.models.ImageField) and dir(django.db.models.ImageField), looking for how you might create a ImageField object from an image that is uploaded. request.FILES has the images as InMemoryUploadedFile, but I'm trying to save a model that contains an ImageField, so how do I turn the InMemoryUploadedFile into the...

Flash local file browser with thumbnails

Is there a way to have an file browser for Flash that allows the user to browse their local machine, view thumbnails of jpgs and other images and upload selected files? This would be like the ActiveX/Java applet that Facebook uses. Any ideas or examples? Thanks! ...

file upload error

Hello everyone, Here is my code at both client side and server side. My code is simple, just upload a file to an ASP.Net web site. My client code throws exception when it works on Vista (x64, Enterprise, SP1), but works fine on Windows Server 2003. Any ideas? 10.10.12.162 is my server address. [Code] Client: static void Main(str...

How can I upload a file using JavaScript without a postback?

I am working on a file upload in ASP.NET. I used <input type=file id=upload> and <input type=button id="btnupload" value="File Upload"> I want to upload the file in JavaScript. The update panel does not work, I do not want it to postback and refresh the page. thanks but If you have code related to fileUpload in javascript then send me....

Flex multiple file upload in one HTTP Post

Going over the file references in a FileReferenceList calling upload on each one means the files are uploaded as separate requests. I want to upload a bunch of file in one POST (and I already have a ASHX handler that will accept it). Any ideas? ...

Is it possible to AJAX a file upload?

I dont want to use jQuery, but id like to AJAX a file upload. is that possible? if so, where could i find information / tutorial on it? THANKS! ...

Automatic image upload and display in a form

How to make the browser upload and display image after the user puts it in the file upload widget? I've got a form where an image should be uploaded and edited by the user on the fly (before they hit submit). Can I do it with Jquery? ...