Questions tagged [uploading]
The uploading tag has no summary.
53 questions
1 vote
0 answers
178 views
Install matplotlib and pandas on shared hosting python from cpanel [closed]
When I upload my Django app, I have problem when I setup the python app configuration files. After adding requirements.txt gives me an error these libraries are not accepted: matplotlib==3.5.1 pandas=...
2 votes
0 answers
60 views
Are the advantages to uploading files in a form one at a time rather than all when the form is submitted?
I have a form in my application where user can drop some files (images, csv, or other file types.) My current flow is: User drops the file I read the File and show an preview User Submit the form I ...
2 votes
1 answer
13k views
How to upload a prepared html page on Google sites?
In order to create an html page using Google sites, there are some tools and templates in the Google sites itself; however, I did not find an option for uploading an html page (site) that has been ...
0 votes
0 answers
143 views
I can't upload images beyond 3.5mb
I'm setting up a Drupal 8 website and I can't seem to upload images beyond 3.5mb on my production server. My local development environment has no issue with uploading images to the 16mb limit I set in ...
1 vote
0 answers
760 views
Uploading offline conversion data to AdWords via API is successful but not appearing in the stats
I've been trying to upload offline conversions from clicks for quite a while now. First I tried manual uploads from a CSV. I made sure that the click associated with the gclid was at least a day apart ...
1 vote
1 answer
122 views
Using BLOB's for Small Magazine - PHP / MySQL
I'm building a small magazine website which I plan on using daily, but I'm wondering if I should store my article images and videos as physical files or as BLOB in my MySQL Table. My primary concern ...
1 vote
2 answers
73 views
How do I increase the upload size in Wordpress?
My blog runs on the comicPress theme powered by Wordpress, on Altervista hosting service. I purchased the second level domain and therefore I aim customizing everything I need to. I normally upload ...
0 votes
1 answer
518 views
How to upload site to specific subpage
I have two sites. One I created in Adobe Muse and uploaded it to randomdomain.com through FileZilla. The other was created outside of Adobe Muse, and has its own CSS stylesheets and PHP code. I want ...
4 votes
1 answer
824 views
Where to upload my files to on openshift?
I have a node app that I want to upload on openshift. I have already managed to create a public/private key and am able to sftp to my server. However, when I enter what I see is the following: I ...
1 vote
2 answers
78 views
Uploading a website when FTP ports are banned
I'm a student living in a dormitory. My dormitory banned all FTP related ports. I'm designing websites but I don't know how to upload them without a FTP client or SSH. Is there anyway to upload it? ...
0 votes
3 answers
665 views
Most efficient method uploading a large SQL db (200mb) to server
Is there an easier way to upload an sql database to the server so it can be accessed via phpmyadmin? My dev seems to do it so easily, however if i try my internet connection usually times out due to ...
0 votes
1 answer
32 views
Update main page / minimize downtime
I plan on updating my main page frequently but I'm concerned about downtime. There seems to be a significant lag between when I FTP a file to the server and when I can get it to load in a web browser....
0 votes
1 answer
377 views
DHIS data stored locally is not uploading to server (progress bar never completes)
I have created data collection forms in a new instance of DHIS2 and am in the process of entering data for different org units. However a yellow pop up is telling me that there is data stored locally ...
1 vote
1 answer
215 views
What format to use for thumbnails of uploaded images?
I'm working on a website where users can upload images. To ensure fast loading times on the image overview page, the application automatically creates a thumbnail of every image that is uploaded to ...
2 votes
2 answers
2k views
When and how do I remove temporary files on server left from abandoned forms?
I have a form on my site to submit posts, it features multiple file upload tool (Mini Ajax File Upload Form) which submits files to server as they are added (before actual post submission) and server ...