Tagged Questions

0
votes
3answers
423 views

accessing the upload file in progress using django + nginx + apache mod_wsgi

I know that when we upload to a web application which use django, we couldn't access the upload file before it completely receive by the server. So my question, is there any way to check/access the …
0
votes
0answers
9 views

flex upload problem on IIS7

i get the flash upload here: http://www.codeproject.com/KB/aspnet/FlashUpload.aspx?msg=3262818 i'm using vista and IIS7, visual 2008 ASP.NET development server http handler url: …
0
votes
2answers
188 views

Upload a file referenced via URL

I have url that point to image for example : http://cg009.k12.sd.us/images/smilefacemoving.gif instead of user will insert file i want to bind this file(image) to the c# fileupload control . so the …
2
votes
2answers
341 views

GWT: How to get a submission result out of FormPanel

The example from FormPanel's javadoc says: "...Assuming the service returned a response of type text/html, we can get the result text here (see the FormPanel documentation for further …
0
votes
2answers
32 views

How to limit upload file size in Wicket

How to limit file size in uploads in Apache Wicket version 1.4? I am using FileUploadField to handle upload with normal form submit without any Ajax stuff. Is it enough to use Form.setMaxSize() to …
0
votes
1answer
186 views

AJAX upload in Python (WSGI) without Flash/Silverlight, with progress bar

I am looking for a pure Javascript/Python upload example, that uses server polling instead of client-side SWF to display upload progress (like the one on rapidshare.com for example) Currently, …
0
votes
2answers
45 views

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 …
0
votes
7answers
724 views

PHP Error - Uploading a file

I'm trying to write some php to upload a file to a folder on my webserver. Here's what I have: <?phpif ( !empty($_FILES['file']['tmp_name']) ) {    …
1
vote
4answers
799 views

how does one upload data in bulk to a google appengine datastore?

I have about 4000 records that i need to upload to the datastore. They are currently in CSV format. I'd appreciate if someone would point me to or explain how to upload data in bulk to GAE. Thank …
0
votes
1answer
21 views

Interrupting POST request

I'm working on ASP.NET file uploader and currently trying to resolve the following issue: Assume at some moment the server side HttpModule decides that incoming data stream is too long and must be …
3
votes
1answer
353 views

Background Intelligent Transfer Service In C#

Anyone successfully using this in c# or is there a better alternative to this? Also any good working project that I can look at and get a good feel? most projects i have come across is in C++ and was …
0
votes
3answers
48 views

iPhone + file upload control

Hello, I have an application which uploads file from iPhone to web server. Problem is that I want to give users a control like from which they can select the file / photo from the device and which …
0
votes
2answers
26 views

resume uploads using HTTP?

Is it possible to resume interrupted uploads using HTTP Post? I am working on a project that uploads several files to a HTTP server. Thanks.
0
votes
3answers
32 views

file upload control

asp.net provides file upload control.... now if i want to upload files on my server, do i need to manage the file transfer protocall for that?
0
votes
1answer
7 views

Issue when using phpflickr.

I use phpFlickr (last stable version) on Windows Vista and WAMP2.0 : and I have these : Strict Standards: Assigning the return value of new by reference is deprecated in .../phpFlickr.php on line 91 …

1 2 3 4 5 34 next
15 30 50 per page