Tagged Questions

0
votes
2answers
23 views

APC vs pecl uploadprogress

In the Status Report page in drupal, i usually find this message (on fresh installation): Your server is capable of displaying file upload progress, but does not have the required libraries. It is …
0
votes
1answer
21 views

upload image from iphone to the server folder

hi expert, i found few snippet from online to upload image from iphone to the server folder, its showing to use server side scripting eg. use php at server side if …
0
votes
2answers
53 views

python post large files to django

I am trying to find the best way (most efficient way) to post large files from a python application to a Django server. If I rely on raw_post_data on the Django side then all the content needs to be …
0
votes
1answer
22 views

how to process image efficiently after upload

Hi, this is for user avatar and users photo albums. I have gotten upload working but i need some guidelines on: when to do the following steps: image resize and update database with image info. The …
0
votes
1answer
55 views

PHP image file upload uppecase extension problem.

Hi, I've a php script to deal with uploaded images. it works fine if i upload a file like file.jpg. But i got trouble if i try to upload file.JPG. Even if its the same file renamed. The code: …
2
votes
3answers
59 views

Is it possible to upload a whole folder instead of multiple files using Javascript?

Is it possible to upload a whole folder instead of multiple files using Javascript? If so, what is the approach. If there is no straighforward approach, is there any workaround to achieve the same? I …
0
votes
3answers
46 views

File upload PHP problem

Hi there, Got this working $i = 0; foreach ($_FILES["image"]["error"] as $key => $error) { if ($error == UPLOAD_ERR_OK) { $tmp_name = $_FILES["image"]["tmp_name"][$key]; $image_name = …
1
vote
6answers
71 views

Is it theoretically impossible to get the size of a file that is going to be uploaded using Javascript?

How about <script language="JavaScript"> function A() { var oas = new ActiveXObject("Scripting.FileSystemObject"); var d = document.a.b.value; var e = oas.getFile(d); var f = e.size; var …
0
votes
7answers
83 views

Php upload file

The code looks like this: html <form action="contact.php" method="post" enctype="multipart/form-data" onsubmit="return Validare();"> <input type="text" name="nume" value="Nume" …
2
votes
2answers
42 views

Uploading & extracting archive (zip, rar, targz, tarbz) automatically - security issue?

I'd like to create following functionality for my web-based application: user uploads an archive file (zip/rar/tar.gz/tar.bz etc) (content - several image files) archive is automatically extracted …
0
votes
1answer
18 views

C# - I cannot reference HttpPostedFileBase

I am using MVC .NET in a distributed environment with CSLA and I can reference HttpPostedFileBase from one of my web layers (eg Website.MVC), but I cannot reference HttpPostedFileBase from a separate …
1
vote
3answers
52 views

Ajax file upload

Hi, I have a form that upload a file, I would process the file inline with ajax but I don't know how I can get the data with ajax. In my script I use this method: $.ajax( { …
0
votes
1answer
20 views

How to create an instance of an uploaded file programmatically in rails

I want to create an instance of "uploaded_file = ActionController::UploadedTempfile" from a File.new("path/to/file"), and then go on to do processing on "uploaded_file" like so: uploaded_file = …
0
votes
4answers
55 views

How can I create my ASP.NET MVC controller actions so they accept Files?

I've been working all weekend on a Messaging system for my website so users can send and receive messages on my site internally. I have my table schemas worked out, and right now I can send basic …
1
vote
0answers
32 views

upload pics in stackoverflow [closed]

hi how can i attach .png, .jpg files here in stackoverflow? Thanks

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