The multiple-files tag has no wiki summary.
1
vote
1answer
369 views
How to Make a VBA Excel Program Work on Other Excel Documents?
I'm very new with VBA Excel and i only know the things as far as i need for this report formatting task. My code is almost completed, but what i wonder is, how can i make my program work on several ...
0
votes
1answer
112 views
Dynamic memory allocation in a multiple-files project in C
I am asked to implement an analogue to the string.h library. However, I am not allowed to use the '\0' inside my library to end my string; that's why I am supposed to use a structure for strings in my ...
0
votes
1answer
69 views
C multiple files, segmentation fault printing an array
I have this code interaction with 2 files, but I am getting a segmentation error in these two functions and I need help figuring out why. fileA.c passes an int** to a function in fileB.c, the int** ...
1
vote
1answer
445 views
Play multiple songs with Android intent
In my application, I need to launch the Android Music Player. And, for now, it works perfectly :
Intent intent = new Intent(android.content.Intent.ACTION_VIEW);
File file = new File(file_path);
...
3
votes
3answers
107 views
python improving time of find line and remove line in 3Gb file
first post,
be as critical as you want...
My problem:
I have a really large file of 140 million lines (file 1) and a slightly smaller file of 3 million lines (file 2). I want to remove those lines in ...
0
votes
2answers
825 views
Uploading multiple files using formData()
var fd = new FormData();
fd.append("fileToUpload", document.getElementById('fileToUpload').files[0]);
var xhr = new XMLHttpRequest();
xhr.open("POST", "uph.php");
xhr.send(fd);
uph.php:
...
0
votes
2answers
39 views
How to toggle certain comments in multiple files in visual studio 2010?
I have an ASP.NET MVC 4 Website with multiple files(controllers) that have actions which accept [RequireHttps]. When I am working locally I want to be able to comment out all of these via a ...
0
votes
3answers
71 views
Shortening of multiple filenames' which are chosen by user through dialogBox
The user chooses multiple files through dialogBox:
OpenFileDialog dialF = new OpenFileDialog();
DialogResult dialR = dialF.ShowDialog();
filesRepNames = dialF.FileNames; // save the name of files ...
1
vote
1answer
195 views
Stuck wtih file input and validation error
I`m having troubles using carrierwave but it is not strictly related to it.
I have Attachment model:
class Attachment < ActiveRecord::Base
attr_accessible :event_id, :file, :file_cache
...
1
vote
0answers
41 views
apply a list of replacements on multiple xml files
I need a solution for the next case.
I have a list of 60.000 words that i need to replace with the same word but with diacritics.
For example: "catre" -> "către"
This list i have to apply it on a ...
0
votes
1answer
62 views
access variables from multiple files in worpress plugin + js
Hi guys I have an issue in a wordpress plugin development...
Basically the plugin has
the main_file.php
a file2.php
and a js file
Into the main file I define some data and I can retrieve them ...
0
votes
1answer
273 views
multiple regex substitution in multiple files using python [closed]
I have one project where I need to apply a dozen or so regex to about 100 files using python. 4+ hours of searching the web for various combinations including "(merge|concatenate|stack|join|compile) ...
1
vote
1answer
493 views
How to attach a image and a .txt(multiple files) file to gmail through Coding?
I am trying to attach an image file and .txt file but only one file is attaching one is not attaching how to attach both the files.
if i use ACTION_SEND_MULTIPLE then the app gets force close.
HERE ...
0
votes
2answers
409 views
How to write a bash script to open multiple files in Vim using splits and tabs?
I am trying to automate some manual labor, using a bash script. Basically I open multiple files with Vim in 1 terminal-window (and only one terminal-tab), using several splits, vsplits and tabs. I ...
0
votes
1answer
321 views
Read and change multiple XML files in Excel (2007) VBA - additional
I have tried to use a code (mr. Olle Sjögren's answer on Aug 15 at 13:08) to replace one line with two lines in multiple xml files in folder d:\eBobo
For example, I would like to change one line ...
1
vote
1answer
155 views
Is is possible to create multiple excel files parallely using Openpyxl, while optimized_write set to True?
To overcome the memory limitations of PHPExcel, we have used Python's openpyxl library to generate the Excel files and sending the data to be saved in Excel files from PHP using thrift.
Now we have ...
1
vote
1answer
1k views
Read and change multiple XML files in Excel (2007) VBA
I'm trying to read a folder full of XML files and change the reference number into a specific format which is Today's DATE(yymmdd), Initials, 8 digit reference starting at 00000001
e.g ...
0
votes
2answers
116 views
How to join and match data from two XML files using XQuery?
I need to combine data from two XML files using XQuery and to create an HTML table with the data.
The first file contains elements with an attribute, which identifies the elements:
<element ...
0
votes
0answers
48 views
apache multiple download
I have this weird problem where Apache apparently does not finish my download but instead make it wait right before finishing (about 99.7%) and instead try to finish the others when I am ...
0
votes
1answer
144 views
Handling multiple POST attachments with GNU cgicc
I'm trying to send a POST request containing multiple binary files to a HTTP server. The server interprets the request using cgicc.
For a single file, it works like this:
cgicc::Cgicc cgi;
...
1
vote
1answer
112 views
decompress multiple files from resource in c
i have a visual c project, where i want to include an archive containing multiple files in a directory structure
i would like to programmatically extract it to somewhere on the disk, using a ...
1
vote
0answers
191 views
How to send a caption for the each image in jQuery File Upload
I am using jQuery File Upload for My Rails Application to upload multiple files using browse button and drag-n-drop.Below is the link for the demo site
http://blueimp.github.com/jQuery-File-Upload/
...
0
votes
2answers
105 views
Confirm When User Navigates Away from Page While File is Uploading
I am using a multiple file upload scenario based on blueimp (http://blueimp.github.com/jQuery-File-Upload) and Ruby on Rails GEM Carrierwave. The issue that I am having is that a user can navigate ...
2
votes
0answers
144 views
How to make context menu item to many files?
I make context menu item for images(for example), it should open my console application, using target file as string argument. When I use it for many files it opens many application copies, and for ...
0
votes
2answers
215 views
Read in and compare two files in Python
Hi I have two text files that each contain different information about certain structures.The structures are identified in both files by an id number. What I would like to do is read in the first file ...
3
votes
2answers
919 views
bottle framework with multiple files
I've read the Bottle Documentation but I can't find the example of how to use Bottle with multiple files. Below is the way I did and it's working but I'm not sure whether this is the proper way to go ...
0
votes
1answer
355 views
C++ : Using typedefs across multiple files in a namespace.
I am defining a namespace across multiple files. In one file, within the namespace I have declared a type called MyType. In another file and still within the namespace, shouldn't I be able to see that ...
-1
votes
3answers
195 views
include directive messing up with the program
I got a situation, I can't get a program compile since I splitted the files cause i thought it was too big.
Once the files is all merged in one, it works perfectly. Now that i splitted them, the ...
1
vote
1answer
320 views
Drag-and-drop from my program to third-party program in vb.net
I am trying to open multiple files using a third-party program, by calling it from VB.NET. By default, the program I am using, through command line, only opens one file at a time - and if I call it ...
0
votes
2answers
1k views
PHP session variable across multiple files
If i have several PHP files and im setting a session variable in one file, will the same set value be available in another file for same session ?
0
votes
0answers
255 views
How to retrieve row POST data in Java?
We have been using ExtJS widget 'multiple file upload' to upload many files at a time. Everything goes fine on UI side but when we are getting error in Spring's action. I would like to know that how ...
1
vote
1answer
72 views
memory exhausted php, does this happen because of 1 file or is it possible it happens because i run multiple files at the same time?
I've made a CSV parser but sometimes it returns a memory exhausted error. The CSVparser consists of a jquery loop that starts multiple php files with ajax to parse a file. Some of the files return the ...
1
vote
1answer
275 views
PHP How to ZIP multiple files located in different paths?
I have 16631 files hosted in a webserver, 2719 of them are text files that contains a list of specific files located on the server.
Using PHP, is possible to create a ZIP for each text file?
could be ...
0
votes
1answer
415 views
Issues with session variables and cffileupload
I don't have access to make any changes to the coldfusion administrator as I am on a shared host. But I am running cf9 and am trying to use the tag for multiple image uploads. Everything looks good ...
0
votes
3answers
708 views
ckfinder select multiple files
For a photo album I would like to use ckfinder to select (and upload if needed) what images you want to use within the photoalbum. But having to select one by one is obviously not the best user ...
4
votes
2answers
2k views
how would I detect if “multiple” attribute is supported for file input elements?
Internet Explorer does not support the multiple attribute for <input type="file" />. However, its not only IE that lacks this support... also certain mobile browsers do not support the multiple ...
0
votes
1answer
122 views
python 2.7 working with multiple xml
Firstly: sorry about my pathetic english language skill.
Secondly: i have learnt python for few weeks, so please be patient.:)
My project:
I got a directory with multiple files (xml).
they looks ...
0
votes
1answer
83 views
How should I separate functions, class definitions and main code within a project?
I currently have a project with 3 files.
One DBheader.h header file that includes:
Class declarations (with their smaller member function definitions)
A DBdefinitions.cpp file with:
Larger ...
0
votes
1answer
169 views
How to deny choose same file with JFileChooser
I am creating program whose function is that reading "n" .txt or .java files and of these files creates a UML diagram. I have reading method, but I came to problem with load more same files. I would ...
2
votes
1answer
1k views
Using ICSharpCode.SharpZipLib.Zip Subfolder in zip when its not suppose to be
I am using the library ICSharpCode.SharpZipLib.Zip;
My code is follows:
The path is root. \\ALAWP\\THIS\\ACORD\\
I'm zipping them to the ZIPDirectory
However when it's done the file is not named ...
0
votes
1answer
402 views
how to open multiple files at once with an executable
The situation:
Java 6 , Windows XP , Eclipse
I've got an .exe made out ouf an executable .jar.
It is an application which uses a GUI.
The program is supposed to read - or later on write - ...
1
vote
0answers
110 views
Ajax Upload: How to make each file I upload have its own extension as a request parameter?
So I am loooking at Ajax Upload library. I made it work with my server and upload multiple files. But I dont get how to set such parameter as file extension for each difrent file I upload. So I wonder ...
0
votes
1answer
621 views
xsd.exe generates two files, how to join them into one?
I'm not a big XSD expert.. so I'm using xsd.exe to quickly generate some xsd that I need and then tweaking them a bit (minOccur, etc).
But now it has created two XSD files, the main one and an extra ...
3
votes
1answer
1k views
PHP Image/Fileupload: crossbrowser, multiple files, drag&drop?
Living in 2012 I did not think a image upload using PHP would cause so many difficulties.
My requirements are:
multiple file upload
cross-browser functional
considering security issues
depending ...
1
vote
6answers
6k views
Uploading multiple images with one input field
i have created a photography website with an admin page that uploads photos to different categories in a mysql table. This much works, but i can only upload one file at a time and i'd like to be able ...
0
votes
1answer
299 views
Multiple file upload script with thumbnail creation not working, not getting errors
Script below is not working. Not getting any php error messages. Had asked a similar question, changed around thumbnail creation and if I had updated that question it would not have been seen at ...
0
votes
1answer
2k views
Codeigniter multiple file upload
In codeigniter 2 I have to do a multiple file upload.
In my view input elements looks like this
<input type="file" name="file[]" id="file_1" />
<input type="file" name="file[]" id="file_2" ...
1
vote
2answers
2k views
Need Free Multiple File Uploader Control with Ajax Update panel for Asp.net
I need a File Upload Control with multiple files in Ajax update panel. Dont Give me link of flash Uploader, it wont work with Ipad so it is not suitable for me. Please advice me some link to use with ...
1
vote
0answers
288 views
Comma separated list with AvroStorage in Pig
I tried to load several files with AvroStorage in Pig by using a comma separated list. The statement I used is:
test_data= LOAD 'repo_1/part-r-00000.avro,repo_2/part-r-00000.avro' USING ...
0
votes
1answer
275 views
How do I use a library in multiple classes w/o getting “multiple definition” errors
I am starting a new c++ project and I want to use Boost.Build / bjam.
I'm getting "multiple definition" errors because, I think maybe, the jam file is not written correctly or I am not including the ...

