Questions tagged [filesize]

Please utilize this tag when identifying inquiries pertaining to the sizes of files on various file systems.

Dealing with large file sizes in Python with Azure Function App Blob Trigger

Currently, I am utilizing Azure function apps (Python) with a blob trigger to handle CSV processing and transferring the records to an event hub. The existing code is functional for files up to 50 rows, which was developed by following standard documentati ...

Error parsing XML with SAX in PHP: memory exhausted at line x

Currently, I am utilizing the SAX Parser along with PHP to parse a 1.2GB XML file and save the results in a text file. However, after a few minutes, I encounter an error stating "no memory at line x". Surprisingly, the resulting text file is only a few kB ...

Restricting folder quota for PHP AJAX image uploads

Currently, I am working with Ajax PHP to facilitate image uploads to a specified folder. My objective is to restrict the storage space for these images to 50 MB. It seems like I'm heading in the right direction, but unfortunately, my code isn't functioning ...

Determine the type and size of files prior to uploading

Similar Question: How can jQuery limit file types for upload? I have an inquiry. I am planning to use Ajax to submit a form that may include file uploads. Can you advise me on how to determine the selected file type and size before uploading? I under ...

Guide on utilizing PHP DOM to display the file size for files included in the table of an HTML webpage

example.html (contains an extensive table with hundreds of files making it impossible to list all as arrays):- <table> <tbody> <tr> <td class="book"><a class="booklink" href="../file1.pdf" >Book1</a></td ...