upload

Django app that can provide user friendly, multiple / mass file upload functionality to other apps

Hi, I'm going to be honest: this is a question I asked on the Django-Users mailinglist last week. Since I didn't get any replies there yet, I'm reposting it on Stack Overflow in the hope that it gets more attention here. I want to create an app that makes it easy to do user friendly, multiple / mass file upload in your own apps. With u...

ASP.NET passing HTML input files via post from classic ASP

I'm in the process of migrating code from a classic ASP site to an ASP.NET site. One problem that I'm running into is an <input type="file" name="upload"/> form field. <form id="classicASPform" method="post" EncType="Multipart/Form-Data" action="http://domain2/formReciver.aspx"&gt; <input type="file"...

AJAX upload using Prototype.js plugin

Hi friend, How to upload a image file using ajax by using prototype.js plugin, I need to display those image after it is uploaded please help to solve this problem. Thanks ...

Working with images when uploading in Adobe Flex

Hi there! I'm beginner with Flex and I already have a hard task to develop, so I could use some help! :) What I have to do is upload some images to a server, which is OK, but before uploading I must downsize this images by reducing their quality and width/height. I've found many information about the class JPGEncoder, but I couldn't ma...

upload photos through mobile device

I'm planning to let my site users upload photos through their mobile devices specifically Iphone.Currently, they can only upload photos through their desktop or laptop.What would be the best approach using ASP.NET 3.5 and Visual Basic?Thanks in advance... ...

Type 'System.Web.HttpInputStream' cannot be serialized.

Hi. I have been trying to design a WCF file upload service and am getting the following error in my web application: Type 'System.Web.HttpInputStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribut...

Upload file - Progress Bar?

Hi, I'm trying out uploading of files from local computer to a server and I'm using these few lines of code: My.Computer.Network.UploadFile("C:\Temp\test.mp3", "192.168.1.2\test", "", "", True, 500) This does exactly that and the "True" in the above string shows a progressbar in its own window. I would like for that progressbar to dis...

How can I upload mp3 files to server in php by ftp?

I want to upload mp3 files to server by using ftp in php language.I did a raw code script for this.In server image,pdf,doc files are uploaded but i can not upload mp3 files. Plz,anyone would help me??I am in serious trouble!!! It shows file does not exist when i am going to upload mp3 files Here is my code,-- <?php // FTP Configurat...

codeigniter image uploading mysql

hi, I wanted to know if I was uploading an image in codeigniter to a database what would be my $config['upload_path'] all the examples I have seen are using the filesystem. I have articles in a db and would like to store images relating to articles in the db as well. Can anyone help? ...

Save uploaded file to MemoryStream

Hi! How can I save a uploaded file (a pdf for example) to a MemoryStream? Thanks!! ...

YUI Editor - Image Upload

Is there a plugin to upload images via the Images window, that will work with YUI 2.8.0r4 ? There is one but that only works with 2.3.1 :( Any ideas? ...

PHP Upload not working due to server conf

I am using this upload script here: http://www.webcheatsheet.com/php/file%5Fupload.php It is working in server 1 but not server 2 This is server 1 http://bit.ly/Cf3bm This is server 2 http://bit.ly/1LZMRY Anyone knows why? Thanks ...

Multiple Uploads

hey I need the help with the following. I have a website, altough I was not a 100% programmer, I am trying to navigate within the programming of the site. It work in asp.net 2.0. I have an image gallery, but the only problem is that I can only upload 1 image at a time. I need some help how i can integrate multiple images on the site. b...

Sharepoint Document Upload Page - Passing URL Variables?

Throughout my SharePoint site, I have several document repositories that are tied to primary keys from an external database. I have added custom columns in the document library metadata fields so that we will know which SharePoint documents correspond with which table entries. As a requirement, we need to have document uploads that hav...

secure and efficient file uploader

I am looking for a decent file uploader. I'm using django, but while i don't NEED a django file uploader, python is preferable. php would also be fine. can anyone point me in the direction of a good file uploader which is secure and efficient? EDIT: I need the server-side handler of file uploads. ...

Best non-flash upload component for web applications?

Hi, I would like recommendations for upload scripts/components. My criteria: No flash Plain Javascript ok, jquery ok Must provide progress bar (updated from for instance ajax call). Probably isn't relevant, but I use ASP.NET MVC on server side. Thanks UPDATE Yes, I know there will need to be a server side component to this, but I...

Easiest way to upload a collection of files to a server

Hi There, Could anyone guide me as to the best way to upload a collection of files from a directory to a server from within a WPF client. We have ftp access, and as such I have been looking at WebClient.UploadFile. There seems to be a number of methods available through webclient though, and Im not sure which would be the most suitable....

httpwebrequest sending a file

Hi, I need to upload a file in C# using an httpwebrequest. I don't need to post any form data. It's a scheduled task that will run once a night and upload a file to a server. It will need to set the credentials. I've seen some examples and I'm not really sure what's happening in them and they all include form data. Would it be possible ...

C# Solution to upload a file.

Can someone provide me with a way of uploading files, such as images or text files,from an iphone app to a web server. I have found many examples but all are in php. I'm using C# with ASP.NET and need to do a simple upload. Thanks in advance. I actually needed a solution for the iphone app. How to upload the file from the iphone to an ...

iPhone Flickr group pool uploader

I'm trying to write an app that allows the user to take a photo, then upload it to a flickr group pool. Does anyone have any sample code that does this or can point me in the right direction? Thanks. ...