You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout the following WordPress plugin "WP Live CSS Editor" to work out how to do LIVE css editing. Combining a LESS compiler with live CSS editing/compile would be a dream.
File metadata retrieval - download with file as serialized response? Separate AJAX request?? Hmm...
Maybe...
{"serialized":"metadata"} ↵
↵
File Contents
Progress information on zipping? Maybe provide a notice if zipping will take a prolonged amount of time.
How can this be achieved, using:
PclZip (ZIP)
ZipArchive (ZIP)
PharData (TAR)
GZ?
If the archive library does not support progress bars, does it support splitting a file into chunks for zipping, so we could zip a certain percentage at a time, then increase the percentage counter?