Tagged Questions

0
votes
3answers
36 views

What is the best practice for storing a file upload to a MemoryStream (C#) ?

I need to temporary store a file upload to a MemoryStream. What would be the best method to do this using asp.net (3.5)? Here's what I have so far. It works (locally tested), bu …
0
votes
4answers
41 views

How to Create a CSV file using PHP (and upload it).

For example, I have a variable "$foo" that includes all the data which I want to show in the CSV: $foo = "some value,another value,last value"; My goal is to: Create a CSV fil …
2
votes
2answers
49 views

Detecting IsAjaxRequest() with ASP.NET MVC and JQuery Form Plugin / File Upload

I'm using the JQuery Form plugin to do a file upload on an ASP.NET MVC application. I've learned that since an iframe is used for file uploads (rather than XMLHttpRequest, which i …
1
vote
0answers
23 views

implementing a custom UploadHandler in django

We've got some clients sending a custom POST of a data blob to our django servers. They do things in a rather funky way that I'd rather not get into - and we've since moved on fro …
2
votes
7answers
66 views

Best way to handle very large http uploads and downloads on the server-side

I've an upcoming project where I will need to handle very large uploads from browsers (either the classic input type="file" or a Java Applet), and looking for the best tool to do t …
0
votes
1answer
15 views

How to post a file via HTTP with cookies using python poster lib

Using Chris Atlee's python poster library is there any way to include cookie handling? I have python http login code, which works with cookies: cookiejar = cookielib.CookieJar() u …
1
vote
1answer
18 views

Spring SimpleUrlHandlerMapping not allowing routing for any html page

I'm trying to implement a file upload in my Spring application based on the Spring documentation. However, when I add the SimpleUrlHandlerMapping reference, I can't even route to …
0
votes
3answers
31 views

Attaching file not having the complete path name

Whenever I try to attach any file from HTML page in web browser(either Google chrome or Mozzila) and send to Servlet, I'm getting just getting the name of the file without having i …
0
votes
5answers
40 views

Upload Validation for photos

I got a javascript code like this to validate the file extension for my users when they upload pics on my server.It should allow both .jpg and .jpeg photos however only .jpg files …
0
votes
3answers
42 views

File upload and storage handling in a web application

I am currently using php and ajax file upload to develop a web application. in a web application involves getting the files uploaded from user, e.g email client, photo gallery. Th …
0
votes
2answers
29 views

ASP.NET MVC, MVVM and file uploads…

Hi, I'm big fan of the MVVM pattern, in particular while using the ASP.NET MVC Framework (in this case v2 preview 2). But I'm curious if anyone knows how to use it when doing fil …
3
votes
0answers
107 views

Is there a good jQuery Drag-and-drop file upload plugin?

Is there a nice tidy jQuery plugin that allows including a single JS script then using a simple snippet to enable a form? Something like this: $j('#MyForm').enableDragDropUploads( …
0
votes
3answers
34 views

How to upload huge files from Nokia 95 to webserver?

I'm trying to upload a huge file from my Nokia N95 mobile to my webserver using Pys60 python code. However the code crashes because I'm trying to load the file into memory and tryi …
1
vote
3answers
55 views

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. …
5
votes
2answers
65 views

Unobtrusive way of “fancifying” classical form-based file uploads?

You all know the new generation of fancy, mostly Flash-based file uploaders like SWFUpload that can show a progress bar while uploading - a great improvement especially for shaky a …

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