| bio | website | tumblr.com/blog/sammirrado |
|---|---|---|
| location | London | |
| age | 36 | |
| visits | member for | 8 months |
| seen | Mar 13 at 8:49 | |
| stats | profile views | 6 |
|
Mar 8 |
awarded | Caucus |
|
Mar 8 |
answered | How can I deep search a Python list? |
|
Sep 7 |
comment |
Uploadify: Write complete but there are no files uploaded Maybe this will help? stackoverflow.com/questions/6578451/… |
|
Sep 7 |
comment |
Uploadify: Write complete but there are no files uploaded Sorry, meant to ask if the data is valid in $_FILES['Filedata']. Is $_FILES['Filedata']['tmp_name'] > ''? Does move_uploaded_file() return True or False? |
|
Sep 7 |
comment |
Uploadify: Write complete but there are no files uploaded So nothing is getting written, even to your tempFile? |
|
Sep 7 |
comment |
manipulating excel 2007 files using python What are you looking for that openpyxl doesn't provide? |
|
Sep 7 |
comment |
Uploadify: Write complete but there are no files uploaded What web server are you using? Apache? Does the apache user (possibly www-data) have rights to /projects/images/uploaded? |
|
Sep 7 |
answered | Uploadify: Write complete but there are no files uploaded |
|
Sep 5 |
comment |
Update an html file so that the browser knows not use the one in the cache I may have selected an answer too quickly... I didn't know what to search for. Looking closer at my apache config, I don't have mod_cache, mod_headers, or mod_expires turned on... but not quite sure which one(s) I need. I just found mnot.net/cache_docs too. Thanks! |
|
Sep 5 |
awarded | Scholar |
|
Sep 5 |
accepted | Update an html file so that the browser knows not use the one in the cache |
|
Sep 5 |
comment |
Update an html file so that the browser knows not use the one in the cache Thanks - I guess if I want some level of caching, then I can set an expires tag to expire right before my expected update. |
|
Sep 5 |
awarded | Student |
|
Sep 5 |
asked | Update an html file so that the browser knows not use the one in the cache |
|
Sep 5 |
awarded | Commentator |
|
Sep 5 |
comment |
Python filter and saving Try using f.readlines() to get the contents of the file - the with open(filename) as f might not work in python 2.4 |
|
Sep 5 |
revised |
Python filter and saving added 297 characters in body |
|
Sep 5 |
comment |
Python filter and saving If you are on python 2.5, try an import __future__ as described in stackoverflow.com/questions/2685097/… |
|
Sep 5 |
comment |
Python filter and saving Are you using python 2.5 by any chance? If not, what version of python are you using? |
|
Sep 5 |
answered | Python filter and saving |